Merge version_2 into main #4
139
src/app/page.tsx
139
src/app/page.tsx
@@ -28,16 +28,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Chocolates", id: "chocolates" },
|
||||
{ name: "Lanterns", id: "lanterns" },
|
||||
{ name: "Diyas", id: "diyas" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="FestiveGifts"
|
||||
/>
|
||||
@@ -45,138 +40,80 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Celebrate the Season with Joy"
|
||||
description="Discover our handcrafted collection of festive sweets, premium chocolates, and artisanal gifts designed to light up your celebrations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collections", href: "#products"},
|
||||
{ text: "Shop Collections", href: "#chocolates" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastry-board-with-dry-fruits-glass-tea_114579-11867.jpg?_wi=1", imageAlt: "Festive Sweets Box"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-lantern-with-outdoor-view-autum-season_74190-399.jpg?_wi=1", imageAlt: "Decorative Diyas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-colorful-christmas-gifts_23-2148343894.jpg?_wi=1", imageAlt: "Chocolate Hamper"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-gift-wooden-background-top-view-gift-wrapping-concept_169016-27085.jpg?_wi=1", imageAlt: "Gift Hamper"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38210.jpg?_wi=1", imageAlt: "Sweets and Diyas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-holiday-glowing-backdrop_23-2148055480.jpg", imageAlt: "Lantern Decor"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pastry-board-with-dry-fruits-glass-tea_114579-11867.jpg?_wi=1", imageAlt: "Festive Sweets Box" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/old-lantern-with-outdoor-view-autum-season_74190-399.jpg?_wi=1", imageAlt: "Decorative Diyas" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<div id="chocolates" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Mithai Box", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-creamy-dessert-with-cookies-dark-desk_140725-115032.jpg"},
|
||||
{
|
||||
id: "2", name: "Artisanal Truffles", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-box-engagement-ring_23-2148243763.jpg"},
|
||||
{
|
||||
id: "3", name: "Gold-Embossed Diyas", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-burning-candle-garlands-with-neon-lighting_169016-27029.jpg"},
|
||||
{
|
||||
id: "4", name: "Handmade Lanterns", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1850.jpg"},
|
||||
{
|
||||
id: "5", name: "Dry Fruit Hamper", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/dried-organic-fruits-assortment_114579-43292.jpg"},
|
||||
{
|
||||
id: "6", name: "Deluxe Festive Basket", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/christmas-festive-balls-with-blue-plate-nuts-high-quality-photo_114579-38099.jpg"},
|
||||
{ id: "c1", name: "Dark Cocoa Truffles", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-box-engagement-ring_23-2148243763.jpg" },
|
||||
{ id: "c2", name: "Assorted Nut Chocolates", price: "$40.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-yellow-cake-creamy-dessert-with-cookies-dark-desk_140725-115032.jpg" },
|
||||
]}
|
||||
title="Festive Treasures"
|
||||
description="Carefully curated gifts and sweets for you and your loved ones."
|
||||
title="Premium Chocolates"
|
||||
description="Rich, handcrafted chocolates for festive gifting."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
<div id="lanterns" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", handle: "@priyasharma", testimonial: "The sweets were fresh and beautifully packaged. My guests loved the presentation.", imageSrc: "http://img.b2bpic.net/free-photo/pastry-board-with-dry-fruits-glass-tea_114579-11867.jpg?_wi=2", imageAlt: "festive sweets gift box arrangement"},
|
||||
{
|
||||
id: "2", name: "Amit Kumar", handle: "@amitk", testimonial: "Excellent service and high-quality products. My go-to for festival gifts.", imageSrc: "http://img.b2bpic.net/free-photo/old-lantern-with-outdoor-view-autum-season_74190-399.jpg?_wi=2", imageAlt: "traditional decorative diyas festive"},
|
||||
{
|
||||
id: "3", name: "Sneha Patel", handle: "@snehapatel", testimonial: "The lanterns are absolutely stunning. Truly brought festive joy home.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-different-colorful-christmas-gifts_23-2148343894.jpg?_wi=2", imageAlt: "chocolate gift box premium packaging"},
|
||||
{
|
||||
id: "4", name: "Rahul Verma", handle: "@rahulv", testimonial: "Premium quality chocolates. The gift hampers were a huge hit at our family event.", imageSrc: "http://img.b2bpic.net/free-photo/valentine39s-day-gift-wooden-background-top-view-gift-wrapping-concept_169016-27085.jpg?_wi=2", imageAlt: "festive gift set sweets and snacks"},
|
||||
{
|
||||
id: "5", name: "Anita Rao", handle: "@anitar", testimonial: "Great attention to detail in every gift item. Highly recommended for festival shopping.", imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38210.jpg?_wi=2", imageAlt: "diwali gift set sweets diya"},
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "l1", name: "Traditional Lantern", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-holiday-glowing-backdrop_23-2148055480.jpg" },
|
||||
{ id: "l2", name: "Modern Designer Lantern", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1850.jpg" },
|
||||
]}
|
||||
title="Heartfelt Celebrations"
|
||||
description="See why our customers trust us to add sparkle to their festive seasons."
|
||||
title="Elegant Lanterns"
|
||||
description="Illuminate your space with our festive lantern collection."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
<div id="diyas" data-section="products">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Are these gifts suitable for delivery?", content: "Yes, we use secure, premium packaging to ensure all gift items arrive in perfect condition."},
|
||||
{
|
||||
id: "2", title: "Can I customize the gift box?", content: "We offer select customization options for bulk festive orders. Contact us for details."},
|
||||
{
|
||||
id: "3", title: "What is the shelf life of the sweets?", content: "Our sweets are prepared fresh; shelf life varies by product, typically 15-30 days."},
|
||||
products={[
|
||||
{ id: "d1", name: "Gold-Embossed Diya", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-burning-candle-garlands-with-neon-lighting_169016-27029.jpg" },
|
||||
{ id: "d2", name: "Clay Diya Set", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38210.jpg" },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our festive collections? Here are answers to common queries."
|
||||
faqsAnimation="slide-up"
|
||||
title="Artisanal Diyas"
|
||||
description="Bring light and warmth to your home with traditional clay diyas."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Let's Connect"
|
||||
title="Start Your Festive Order"
|
||||
description="Contact us to plan your perfect festive gifts or to learn about bulk corporate gifting."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us", href: "mailto:hello@festivegifts.com"},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@festivegifts.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story", href: "#"},
|
||||
{
|
||||
label: "Sustainability", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "Chocolates", href: "#chocolates" }, { label: "Lanterns", href: "#lanterns" }, { label: "Diyas", href: "#diyas" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 FestiveGifts. All rights reserved."
|
||||
bottomRightText="Crafted with joy"
|
||||
@@ -185,4 +122,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user