Merge version_1 into main #1

Merged
development merged 2 commits from version_1 into main 2026-01-06 16:57:06 +00:00
2 changed files with 9 additions and 1245 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -23,7 +23,7 @@ export default function LandingPage() {
background="aurora" background="aurora"
cardStyle="elevated" cardStyle="elevated"
primaryButtonStyle="outline" primaryButtonStyle="outline"
secondaryButtonStyle="minimal" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="medium"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -31,9 +31,10 @@ export default function LandingPage() {
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Features", id: "features" }, { name: "Features", id: "features" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "FAQ", id: "faq" },
{ name: "FAQ", id: "faq" } { name: "Contact", id: "contact" }
]} ]}
brandName="Webild" brandName="Webild"
bottomLeftText="Global Community" bottomLeftText="Global Community"
@@ -66,7 +67,7 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767718413069-c3iu7cab.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767718413069-c3iu7cab.jpg"
imageAlt="Our collaborative team working together" imageAlt="Our collaborative team working together"
imagePosition="right" imagePosition="right"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Our Story", href: "https://example.com" } { text: "Our Story", href: "https://example.com" }
]} ]}
@@ -105,7 +106,7 @@ export default function LandingPage() {
tag="New Arrivals" tag="New Arrivals"
tagIcon={Star} tagIcon={Star}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertCard" useInvertedBackground="noInvert"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
products={[ products={[
@@ -160,7 +161,7 @@ export default function LandingPage() {
tag="Help" tag="Help"
tagIcon={HelpCircle} tagIcon={HelpCircle}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767718043491-cuo81djg.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767718043491-cuo81djg.jpg"
imageAlt="Customer support and help illustration" imageAlt="Customer support and help illustration"
mediaPosition="left" mediaPosition="left"