From 8eb169ad2de3e84acbcec5555f1493164987d1bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:26:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 123 ++++++++++++++++++++++------------------------- 1 file changed, 58 insertions(+), 65 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d68e4f5..2f28b85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,16 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { CheckCircle, Facebook, Heart, Instagram, Mail, Sparkles, Star, Twitter, MapPin, Phone } from "lucide-react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { CheckCircle, Facebook, Heart, Instagram, Mail, Sparkles, Star, Twitter, Award, Shield, TrendingUp } from 'lucide-react'; export default function LandingPage() { return ( @@ -49,21 +49,21 @@ export default function LandingPage() { tag="New Collection" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/two-women-child-clothes-store_1398-3863.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19555.jpg" imageAlt="Kids wearing colorful clothing at Brend Kids store" mediaAnimation="blur-reveal" testimonials={[ { name: "Sarah Johnson", handle: "Mom of 2, Happy Parent", testimonial: "Brend Kids has the best quality clothes for my children. They love wearing them!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-father-daughter_23-2147862319.jpg?_wi=1", imageAlt: "happy mother with kids smiling" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-white-shirt-sitting-smiling-living-room_176474-6533.jpg" }, { name: "Michael Chen", handle: "Father, Quality Enthusiast", testimonial: "Finally found a store that combines style, comfort, and safety. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/father-son-with-football_23-2148504007.jpg?_wi=1", imageAlt: "father child playing joyful together" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-girl-playing-with-her-father-park_23-2148201652.jpg" }, { name: "Emma Williams", handle: "Grandmother, Fashion Lover", testimonial: "The variety and quality are exceptional. My grandkids look adorable in Brend Kids outfits.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-collecting-food-from-forest_23-2150167908.jpg?_wi=1", imageAlt: "little girl smiling cute portrait" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-having-fun-outdoors_23-2150753194.jpg" } ]} buttons={[ @@ -79,7 +79,7 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file