Update src/app/gallery/page.tsx

This commit is contained in:
2026-05-02 23:23:20 +00:00
parent aa643e4bf0
commit f6e084e943

View File

@@ -22,146 +22,55 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Contact",
id: "/contact",
},
]}
brandName="Kim's Creations"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Gallery", id: "/gallery" },
{ name: "Contact", id: "/contact" },
]}
brandName="Kim's Creations"
button={{ text: "Contact Us", href: "/contact" }}
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Custom",
name: "Luxury Arch",
price: "$150",
rating: 5,
reviewCount: "24",
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-balloons-walking-towards-man_23-2147699167.jpg",
},
{
id: "p2",
brand: "Custom",
name: "Balloon Garland",
price: "$200",
rating: 5,
reviewCount: "18",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-rose_23-2149312295.jpg",
},
{
id: "p3",
brand: "Custom",
name: "Table Clusters",
price: "$75",
rating: 4,
reviewCount: "40",
imageSrc: "http://img.b2bpic.net/free-photo/confetti-falling-from-martin-glass-with-balloons-desk-bathroom_23-2148092549.jpg",
},
{
id: "p4",
brand: "Custom",
name: "Sculpture Set",
price: "$120",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/balloon-twist-shaped-like-tree_23-2151625302.jpg",
},
{
id: "p5",
brand: "Custom",
name: "Anniversary Setup",
price: "$250",
rating: 5,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-handpan_23-2149454395.jpg",
},
{
id: "p6",
brand: "Custom",
name: "Backdrop Decor",
price: "$300",
rating: 5,
reviewCount: "22",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-balloons-elephant-toy_181624-46606.jpg",
},
]}
title="Our Creations"
description="Explore our favorite setups and balloon arrangements."
/>
</div>
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Custom", name: "Luxury Arch", price: "$150", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-balloons-walking-towards-man_23-2147699167.jpg" },
{ id: "p2", brand: "Custom", name: "Balloon Garland", price: "$200", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake-rose_23-2149312295.jpg" },
{ id: "p3", brand: "Custom", name: "Table Clusters", price: "$75", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/confetti-falling-from-martin-glass-with-balloons-desk-bathroom_23-2148092549.jpg" },
]}
title="Our Creations"
description="Explore our favorite setups and balloon arrangements."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "Party Host",
testimonial: "The balloon arch was perfect! Really made the room look magical.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-florist-speaking-phone_23-2147760930.jpg",
},
{
id: "t2",
name: "Michael B.",
role: "Groom",
testimonial: "Great professional service. Everything was set up on time.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-with-flowers_23-2149722039.jpg",
},
{
id: "t3",
name: "Emily P.",
role: "Event Planner",
testimonial: "Stunning work! Highly recommended for any event.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-celebrating-carnival_23-2147852536.jpg",
},
{
id: "t4",
name: "David L.",
role: "Business Owner",
testimonial: "Excellent balloon setup for our store opening.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-party-hat-holding-balloons-showing-phone-call-gesture_141793-127003.jpg",
},
{
id: "t5",
name: "Jessica R.",
role: "Parent",
testimonial: "My daughter loved her birthday display! Thank you so much.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-surprising-man-work_23-2149295501.jpg",
},
]}
title="Loved By Our Clients"
description="Hear what our amazing clients have to say."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah J.", role: "Party Host", testimonial: "The balloon arch was perfect! Really made the room look magical.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-florist-speaking-phone_23-2147760930.jpg" },
{ id: "t2", name: "Michael B.", role: "Groom", testimonial: "Great professional service. Everything was set up on time.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bride-posing-with-flowers_23-2149722039.jpg" },
{ id: "t3", name: "Emily P.", role: "Event Planner", testimonial: "Stunning work! Highly recommended for any event.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-celebrating-carnival_23-2147852536.jpg" },
]}
title="Loved By Our Clients"
description="Hear what our amazing clients have to say."
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Kim's Creations"
copyrightText="© 2025 Kim's Creations | Balloon Styling & Rentals"
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText="Kim's Creations"
copyrightText="© 2025 Kim's Creations | Balloon Styling & Rentals"
/>
</div>
</ReactLenis>
</ThemeProvider>
);