diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2f28b85..1566a64 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 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';
+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 FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
+import { CheckCircle, Facebook, Heart, Instagram, Mail, Sparkles, Star, Twitter } from "lucide-react";
export default function LandingPage() {
return (
@@ -36,9 +36,7 @@ export default function LandingPage() {
{ name: "Why Choose Us", id: "features" },
{ name: "Contact", id: "contact" }
]}
- button={{
- text: "Shop Now", href: "https://shop.brendkids.com"
- }}
+ button={{ text: "Shop Now", href: "https://shop.brendkids.com" }}
/>
@@ -49,21 +47,21 @@ export default function LandingPage() {
tag="New Collection"
tagIcon={Sparkles}
tagAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/mother-with-daughter-doing-laundry-self-serviece-laundrette_1303-19555.jpg"
+ imageSrc="http://img.b2bpic.net/free-photo/portrait-three-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-sexy-carefree-women-posing-street-near-wall-positive-models-having-fun-sunglasses-hugging_158538-6948.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/beautiful-girl-white-shirt-sitting-smiling-living-room_176474-6533.jpg"
+ 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/pretty-smiling-girl-playing-with-her-father-park_23-2148201652.jpg"
+ 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/medium-shot-boy-having-fun-outdoors_23-2150753194.jpg"
+ 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={[
@@ -79,12 +77,10 @@ export default function LandingPage() {