17 Commits

Author SHA1 Message Date
4c8ea6067e Update src/app/page.tsx 2026-04-21 13:39:14 +00:00
9462d28243 Merge version_10 into main
Merge version_10 into main
2026-04-21 13:37:00 +00:00
0771a3e7c0 Update src/app/page.tsx 2026-04-21 13:36:57 +00:00
ef9033bb37 Merge version_9 into main
Merge version_9 into main
2026-04-21 13:36:17 +00:00
694048f680 Update src/app/page.tsx 2026-04-21 13:36:14 +00:00
a166adf59c Merge version_8 into main
Merge version_8 into main
2026-04-21 13:27:52 +00:00
03ab6f43e8 Update src/app/page.tsx 2026-04-21 13:27:48 +00:00
bf2f79fffe Merge version_7 into main
Merge version_7 into main
2026-04-21 13:25:53 +00:00
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 ProductCardFour from '@/components/sections/product/ProductCardFour';
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() {
return (
@@ -30,79 +31,94 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Kits", id: "products" },
{ name: "Philosophy", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Home Decor Studio"
brandName="Little Artists Studio"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
title="Beautiful Home Decor for Modern Spaces"
description="Handpicked decor pieces for your home"
title="Unlock Your Child's Creative Genius"
description="Discover magical painting kits designed to spark imagination and artistic growth."
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Shop Collection", href: "#products" },
{ text: "View Products", href: "#products" },
{ text: "WhatsApp Order", href: "https://wa.me/" }
{ text: "Shop Painting Kits", href: "#products" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776778741961-mexlj30b.jpg"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
tag="About Us"
title="Our Brand Story"
description="We curate high-quality decor to help you express your unique style."
subdescription="Every piece is hand-selected for its craftsmanship and design excellence."
icon={Info}
imageSrc="http://img.b2bpic.net/free-photo/luxury-minimalist-home-interior_23-2149133887.jpg"
tag="Our Mission"
title="Art for Every Little Soul"
description="We believe every child is an artist, and our kits are the perfect gateway to self-expression."
subdescription="From non-toxic paints to curated canvases, we ensure a safe and joyful creative journey."
icon={Smile}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfIJ6pjqcsTIIYv6uRMxnz7zo5/uploaded-1776777936425-q0lmhlll.jpg"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
/>
</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">
<FeatureBorderGlow
title="Why Choose Us"
description="Discover the difference of quality and design."
title="Why Creative Kids Love Us"
description="Safety, fun, and artistic development in every box."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ icon: CheckCircle, title: "Curated Quality", description: "Only the finest materials for your living space." },
{ icon: Star, title: "Timeless Design", description: "Pieces that never go out of style." },
{ icon: Home, title: "Expert Support", description: "Dedicated help to find your perfect decor." },
{ icon: Brush, title: "Non-Toxic Fun", description: "Kid-safe materials you can trust, tested for quality." },
{ icon: Palette, title: "Creative Guides", description: "Step-by-step prompts to help ideas bloom." },
{ icon: Sparkles, title: "All-in-One Kits", description: "Everything needed to create masterpieces at home." },
]}
/>
</div>
<div id="products" data-section="products">
<ProductCardFour
title="Featured Products"
description="Explore our latest additions for your home."
title="Featured Painting Kits"
description="Choose the perfect kit for your budding artist."
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
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: "2", name: "Wall Hanging Set", price: "$85", variant: "Artistic", imageSrc: "http://img.b2bpic.net/free-photo/abstract-wall-art-decor_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: "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: "Galaxy Explorer Kit", price: "$35", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/colorful-paints-kids_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 id="contact" data-section="contact">
<ContactCTA
tag="Book Now"
title="Need Guidance?"
description="We help you choose the right pieces for your home. Schedule a consultation today!"
tag="Join the Fun"
title="Let's Get Painting!"
description="Questions about our kits or need a custom gift recommendation? We are here to help."
buttons={[
{ text: "Book Your Consultation", href: "#contact" },
{ text: "WhatsApp Order", href: "https://wa.me/" }
{ text: "Contact Our Team", href: "#contact" },
{ text: "Gift a Kit", href: "https://wa.me/" }
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -111,15 +127,15 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Home Decor"
logoText="Little Artists"
columns={[
{ items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }] },
{ items: [{ label: "Instagram", href: "#" }, { label: "WhatsApp", href: "#" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Support", href: "#" }] },
{ items: [{ label: "Shop Kits", href: "#products" }, { label: "Our Story", href: "#about" }] },
{ items: [{ label: "Creative Blog", href: "#" }, { label: "Gift Cards", href: "#" }] },
{ items: [{ label: "Contact Support", href: "#contact" }, { label: "FAQs", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}