9 Commits

Author SHA1 Message Date
94daaa40a4 Update src/app/page.tsx 2026-04-21 13:25:50 +00:00
bbcbc808b8 Merge version_6 into main
Merge version_6 into main
2026-04-21 13:22:53 +00:00
b3cd203a9f Update src/app/page.tsx 2026-04-21 13:22:47 +00:00
47d4941a7b Merge version_5 into main
Merge version_5 into main
2026-04-21 13:22:11 +00:00
708ea0328c Update src/app/page.tsx 2026-04-21 13:22:08 +00:00
329b912c18 Merge version_4 into main
Merge version_4 into main
2026-04-21 13:16:12 +00:00
4d34492164 Update src/app/page.tsx 2026-04-21 13:16:05 +00:00
f60fd6ad49 Merge version_3 into main
Merge version_3 into main
2026-04-21 13:15:04 +00:00
15a47f2de7 Merge version_3 into main
Merge version_3 into main
2026-04-21 13:14:35 +00:00

View File

@@ -9,7 +9,8 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour'; import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import { CheckCircle, Home, Info, Star } from "lucide-react"; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Palette, Sparkles, Smile, Brush } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -30,79 +31,94 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Products", id: "products" }, { name: "Kits", id: "products" },
{ name: "About", id: "about" }, { name: "Philosophy", id: "about" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Home Decor Studio" brandName="Little Artists Studio"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
title="Beautiful Home Decor for Modern Spaces" title="Unlock Your Child's Creative Genius"
description="Handpicked decor pieces for your home" description="Discover magical painting kits designed to spark imagination and artistic growth."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[ buttons={[
{ text: "Shop Collection", href: "#products" }, { text: "Explore Kits", href: "#products" },
{ text: "View Products", href: "#products" }, { text: "Start Painting", href: "#contact" }
{ text: "WhatsApp Order", href: "https://wa.me/" }
]} ]}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TestimonialAboutCard <TestimonialAboutCard
tag="About Us" tag="Our Mission"
title="Our Brand Story" title="Art for Every Little Soul"
description="We curate high-quality decor to help you express your unique style." description="We believe every child is an artist, and our kits are the perfect gateway to self-expression."
subdescription="Every piece is hand-selected for its craftsmanship and design excellence." subdescription="From non-toxic paints to curated canvases, we ensure a safe and joyful creative journey."
icon={Info} icon={Smile}
imageSrc="http://img.b2bpic.net/free-photo/luxury-minimalist-home-interior_23-2149133887.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776777936425-q0lmhlll.jpg"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="Loved by Families Everywhere"
description="See what happy parents have to say about their children's creative growth."
showRating={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah M.", handle: "@sarahm", testimonial: "My daughter's creativity has soared since we started with these kits!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776777936425-t9wwke4c.jpg" },
{ id: "2", name: "James K.", handle: "@jamesk", testimonial: "Perfect weekend activity that kept my son engaged and happy for hours.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776777936425-0byayeri.jpg" },
{ id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "The kits are beautifully curated and super easy for kids to follow along.", rating: 4, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776777936425-0ua68ed4.jpg" }
]}
/>
</div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureBorderGlow <FeatureBorderGlow
title="Why Choose Us" title="Why Creative Kids Love Us"
description="Discover the difference of quality and design." description="Safety, fun, and artistic development in every box."
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ icon: CheckCircle, title: "Curated Quality", description: "Only the finest materials for your living space." }, { icon: Brush, title: "Non-Toxic Fun", description: "Kid-safe materials you can trust, tested for quality." },
{ icon: Star, title: "Timeless Design", description: "Pieces that never go out of style." }, { icon: Palette, title: "Creative Guides", description: "Step-by-step prompts to help ideas bloom." },
{ icon: Home, title: "Expert Support", description: "Dedicated help to find your perfect decor." }, { icon: Sparkles, title: "All-in-One Kits", description: "Everything needed to create masterpieces at home." },
]} ]}
/> />
</div> </div>
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardFour <ProductCardFour
title="Featured Products" title="Featured Painting Kits"
description="Explore our latest additions for your home." description="Choose the perfect kit for your budding artist."
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ id: "1", name: "Table Lamp", price: "$120", variant: "Modern", imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-lamp-minimalist-room_23-2149129532.jpg" }, { id: "1", name: "Magical Forest Kit", price: "$29", variant: "Starter", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776777936425-8948jwuh.jpg" },
{ id: "2", name: "Wall Hanging Set", price: "$85", variant: "Artistic", imageSrc: "http://img.b2bpic.net/free-photo/abstract-wall-art-decor_23-2149129532.jpg" }, { id: "2", name: "Galaxy Explorer Kit", price: "$35", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/colorful-paints-kids_23-2149129532.jpg" },
{ id: "3", name: "Ceramic Vase", price: "$45", variant: "Handmade", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vase-minimalist-style_23-2149129532.jpg" }, { id: "3", name: "Ocean Dreams Set", price: "$25", variant: "Fun", imageSrc: "http://img.b2bpic.net/free-photo/creative-kids-supplies_23-2149129532.jpg" },
]} ]}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Book Now" tag="Join the Fun"
title="Need Guidance?" title="Let's Get Painting!"
description="We help you choose the right pieces for your home. Schedule a consultation today!" description="Questions about our kits or need a custom gift recommendation? We are here to help."
buttons={[ buttons={[
{ text: "Book Your Consultation", href: "#contact" }, { text: "Contact Our Team", href: "#contact" },
{ text: "WhatsApp Order", href: "https://wa.me/" } { text: "Gift a Kit", href: "https://wa.me/" }
]} ]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
@@ -111,11 +127,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoText="Home Decor" logoText="Little Artists"
columns={[ columns={[
{ items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }] }, { items: [{ label: "Shop Kits", href: "#products" }, { label: "Our Story", href: "#about" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] }, { items: [{ label: "Creative Blog", href: "#" }, { label: "Gift Cards", href: "#" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Support", href: "#" }] }, { items: [{ label: "Contact Support", href: "#contact" }, { label: "FAQs", href: "#" }] },
]} ]}
/> />
</div> </div>