Update src/app/page.tsx

This commit is contained in:
2026-03-10 10:31:54 +00:00
parent 549803a507
commit 98718ca39e

View File

@@ -9,7 +9,7 @@ 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 FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { CheckCircle, Facebook, Heart, Instagram, Mail, Sparkles, Star, Twitter } from "lucide-react";
export default function LandingPage() {
@@ -53,15 +53,15 @@ export default function LandingPage() {
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/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg", imageAlt: "happy mother with kids smiling"
imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg?_wi=1", imageAlt: "happy mother with kids smiling"
},
{
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/happy-smiling-father-his-daughter-home_624325-4129.jpg", imageAlt: "father child playing joyful together"
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-4129.jpg?_wi=1", imageAlt: "father child playing joyful together"
},
{
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/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg", imageAlt: "little girl smiling cute portrait"
imageSrc: "http://img.b2bpic.net/free-photo/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg?_wi=1", imageAlt: "little girl smiling cute portrait"
}
]}
buttons={[
@@ -172,22 +172,22 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Jessica Martinez", handle: "@jessica_mom_life", testimonial: "My kids feel confident wearing Brend Kids. The quality is amazing and they're so comfortable all day long!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg", imageAlt: "happy mother with kids smiling"
id: "1", name: "Jessica Martinez", handle: "@jessica_mom_life", testimonial: "My kids feel confident wearing Brend Kids. The quality is amazing and they're so comfortable all day long!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg?_wi=2", imageAlt: "happy mother with kids smiling"
},
{
id: "2", name: "David Thompson", handle: "@dadventures", testimonial: "Finally found a brand that understands kids need quality AND style. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-4129.jpg", imageAlt: "father child playing joyful together"
id: "2", name: "David Thompson", handle: "@dadventures", testimonial: "Finally found a brand that understands kids need quality AND style. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-4129.jpg?_wi=2", imageAlt: "father child playing joyful together"
},
{
id: "3", name: "Amanda Brooks", handle: "@amanda_style", testimonial: "The designs are so cute and the fabric is incredibly soft. My little ones never want to take them off!", imageSrc: "http://img.b2bpic.net/free-photo/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg", imageAlt: "little girl smiling cute portrait"
id: "3", name: "Amanda Brooks", handle: "@amanda_style", testimonial: "The designs are so cute and the fabric is incredibly soft. My little ones never want to take them off!", imageSrc: "http://img.b2bpic.net/free-photo/little-blonde-girl-wearing-striped-shirt_273609-14540.jpg?_wi=2", imageAlt: "little girl smiling cute portrait"
},
{
id: "4", name: "Robert Chen", handle: "@robert_family", testimonial: "Customer service is outstanding and the clothing lasts through multiple kids. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-children-having-fun-park_1301-6825.jpg", imageAlt: "little boy happy smiling portrait"
},
{
id: "5", name: "Linda Garcia", handle: "@linda_loves_kids", testimonial: "Best investment for my kids' wardrobe. Quality and affordability combined perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg", imageAlt: "happy mother with kids smiling"
id: "5", name: "Linda Garcia", handle: "@linda_loves_kids", testimonial: "Best investment for my kids' wardrobe. Quality and affordability combined perfectly!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-two-cute-hugging-female-friends-posing-park_181624-51420.jpg?_wi=3", imageAlt: "happy mother with kids smiling"
},
{
id: "6", name: "Michael Wong", handle: "@michael_dad", testimonial: "My kids are happy, I'm happy with the quality, and the prices are fair. Perfect!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-4129.jpg", imageAlt: "father child playing joyful together"
id: "6", name: "Michael Wong", handle: "@michael_dad", testimonial: "My kids are happy, I'm happy with the quality, and the prices are fair. Perfect!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-4129.jpg?_wi=3", imageAlt: "father child playing joyful together"
}
]}
speed={40}
@@ -202,7 +202,7 @@ export default function LandingPage() {
description="Subscribe to our newsletter and be the first to know about new arrivals, seasonal collections, and exclusive family deals."
tagIcon={Mail}
tagAnimation="slide-up"
background={{ variant: "rotated-rays-animated" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
@@ -211,16 +211,44 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBaseCard
logoText="Brend Kids"
copyrightText="© 2025 Brend Kids. All rights reserved. Bringing joy to kids, everywhere."
socialLinks={[
{ icon: Facebook, href: "https://facebook.com/brendkids", ariaLabel: "Facebook" },
{ icon: Instagram, href: "https://instagram.com/brendkids", ariaLabel: "Instagram" },
{ icon: Twitter, href: "https://twitter.com/brendkids", ariaLabel: "Twitter" }
columns={[
{
title: "Shop", items: [
{ label: "New Arrivals", href: "https://shop.brendkids.com" },
{ label: "Collections", href: "https://shop.brendkids.com" },
{ label: "Sale", href: "https://shop.brendkids.com" },
{ label: "All Products", href: "https://shop.brendkids.com" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Story", href: "#about" },
{ label: "Why Choose Us", href: "#features" },
{ label: "Careers", href: "#contact" }
]
},
{
title: "Support", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "#contact" },
{ label: "Shipping Info", href: "#contact" },
{ label: "Returns", href: "#contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" }
]
}
]}
copyrightText="© 2025 Brend Kids. All rights reserved. Bringing joy to kids, everywhere."
/>
</div>
</ThemeProvider>
);
}
}