From 573186f6b83b87d93b2eef3d31429063e23ca99e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:14:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 125 ++++++++++++++++++++--------------------------- 1 file changed, 54 insertions(+), 71 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1f127c..ff6b036 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import FaqBase from "@/components/sections/faq/FaqBase"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; +import MediaAbout from "@/components/sections/about/MediaAbout"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; import { ArrowRight, Heart, HelpCircle, MessageSquare, Sparkles, Users } from "lucide-react"; @@ -41,50 +40,45 @@ export default function LandingPage() {
-
-
-
-
- + console.log("Product clicked"), + }, { - id: "2", name: "The Bride", role: "Bride", imageSrc: "http://img.b2bpic.net/free-photo/bride-smiling-wedding-portrait-beautiful-bride-wedding-wedding-day_8353-5793.jpg", imageAlt: "The bride"}, + id: "2", brand: "Floral", name: "Premium Bouquet", price: "$450.00", rating: 5, + reviewCount: "18.5k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bouquet-with-pink-roses-green-leaves_181624-25521.jpg", imageAlt: "Beautiful flowers", onProductClick: () => console.log("Product clicked"), + }, { - id: "3", name: "Best Man", role: "Groomsman", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-groom-his-beach-wedding_23-2149044008.jpg", imageAlt: "Best man"}, + id: "3", brand: "Diamonds", name: "Wedding Ring Set", price: "$2500.00", rating: 5, + reviewCount: "42.1k", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-wedding-rings-sparklie-acorn_8353-704.jpg", imageAlt: "Wedding rings", onProductClick: () => console.log("Product clicked"), + }, { - id: "4", name: "Maid of Honor", role: "Bridesmaid", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-elegant-wedding-dress-bridesmaids-dress-beige-style-robes-standing-balcony-preparing-wedding-ceremony-morning-bride_8353-12150.jpg", imageAlt: "Maid of honor"}, + id: "4", brand: "Couture", name: "Bridal Gown", price: "$3200.00", rating: 5, + reviewCount: "35.2k", imageSrc: "http://img.b2bpic.net/free-psd/elegant-woman-lace-bridal-dress-with-voluminous-hem_9975-132978.jpg", imageAlt: "Bridal dress", onProductClick: () => console.log("Product clicked"), + }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - /> -
- -
-
-