Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
151
src/app/page.tsx
151
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Flavors",
|
||||
id: "products",
|
||||
},
|
||||
name: "Flavors", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Cream & Dream"
|
||||
/>
|
||||
@@ -52,44 +44,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background="rotated-rays-animated"
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Scoops of Happiness"
|
||||
description="Experience artisan, handcrafted ice cream made with local ingredients. From classic favorites to bold new creations, discover your perfect flavor."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Flavors",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Flavors", href: "#products"},
|
||||
{
|
||||
text: "Find Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Find Us", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rose-bud-waffle-cone-table_23-2148022280.jpg",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/rose-bud-waffle-cone-table_23-2148022280.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-exotic-ice-cream-cornets_23-2148177305.jpg",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/delicious-exotic-ice-cream-cornets_23-2148177305.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-licking-yummy-ice-cream_23-2147911695.jpg",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-licking-yummy-ice-cream_23-2147911695.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-waffle-cones-with-sugar-sprinkles_23-2148100588.jpg",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/empty-waffle-cones-with-sugar-sprinkles_23-2148100588.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-dessert_23-2147984251.jpg",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-dessert_23-2147984251.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-with-fruits_23-2148507935.jpg",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ice-cream-with-fruits_23-2148507935.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,9 +75,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Crafted with Passion"
|
||||
description={[
|
||||
"At Cream & Dream, we believe ice cream should be an experience. We source our milk from family-owned dairies and use organic, seasonal ingredients to create flavors that surprise and delight.",
|
||||
"Our small-batch process ensures every scoop is rich, creamy, and packed with authentic goodness. Join us for a taste of summer, all year round.",
|
||||
]}
|
||||
"At Cream & Dream, we believe ice cream should be an experience. We source our milk from family-owned dairies and use organic, seasonal ingredients to create flavors that surprise and delight.", "Our small-batch process ensures every scoop is rich, creamy, and packed with authentic goodness. Join us for a taste of summer, all year round."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,26 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Wild Strawberry Fields",
|
||||
price: "$5.50",
|
||||
variant: "Gelato",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-mixed-berries_1339-4229.jpg",
|
||||
},
|
||||
id: "1", name: "Wild Strawberry Fields", price: "$5.50", variant: "Gelato", imageSrc: "http://img.b2bpic.net/free-photo/yogurt-with-mixed-berries_1339-4229.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dark Belgian Cocoa",
|
||||
price: "$6.00",
|
||||
variant: "Dairy-Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-spoons-cloth_23-2148689855.jpg",
|
||||
},
|
||||
id: "2", name: "Dark Belgian Cocoa", price: "$6.00", variant: "Dairy-Free", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-with-spoons-cloth_23-2148689855.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Classic Madagascar Vanilla",
|
||||
price: "$5.00",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-egg-breakfast_23-2148695045.jpg",
|
||||
},
|
||||
id: "3", name: "Classic Madagascar Vanilla", price: "$5.00", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-egg-breakfast_23-2148695045.jpg"},
|
||||
]}
|
||||
title="Our Signature Flavors"
|
||||
description="Indulge in our carefully curated selection of handcrafted gelato and ice cream classics."
|
||||
@@ -145,37 +104,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Amazing experience!",
|
||||
quote: "The best ice cream I've ever had. Truly artisan.",
|
||||
name: "Sarah Jenkins",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-wafers-exotic-fruits_23-2148177296.jpg",
|
||||
},
|
||||
id: "1", title: "Amazing experience!", quote: "The best ice cream I've ever had. Truly artisan.", name: "Sarah Jenkins", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-wafers-exotic-fruits_23-2148177296.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Simply delicious",
|
||||
quote: "I come here every weekend. The flavors are incredible.",
|
||||
name: "Marcus Chen",
|
||||
role: "Regular Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-refreshing-ice-cream-cones-table_23-2148513972.jpg",
|
||||
},
|
||||
id: "2", title: "Simply delicious", quote: "I come here every weekend. The flavors are incredible.", name: "Marcus Chen", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-refreshing-ice-cream-cones-table_23-2148513972.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Great atmosphere",
|
||||
quote: "Super cozy spot. My kids love the vanilla bean.",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-lobby-with-black-floor_1203-625.jpg",
|
||||
},
|
||||
id: "3", title: "Great atmosphere", quote: "Super cozy spot. My kids love the vanilla bean.", name: "Elena Rodriguez", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/abstract-lobby-with-black-floor_1203-625.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Unique flavors",
|
||||
quote: "Found my new favorite local business. High quality.",
|
||||
name: "David Miller",
|
||||
role: "Local resident",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7935.jpg",
|
||||
},
|
||||
id: "4", title: "Unique flavors", quote: "Found my new favorite local business. High quality.", name: "David Miller", role: "Local resident", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_1203-7935.jpg"},
|
||||
]}
|
||||
title="Loved by Everyone"
|
||||
description="See why our local community considers us the go-to spot for the perfect frozen treat."
|
||||
@@ -188,26 +123,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you have vegan options?",
|
||||
content: "Yes, we always have at least three delicious vegan dairy-free gelato flavors available.",
|
||||
},
|
||||
id: "1", title: "Do you have vegan options?", content: "Yes, we always have at least three delicious vegan dairy-free gelato flavors available."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I book for parties?",
|
||||
content: "Absolutely! We offer catering services for birthdays and events. Contact us for details.",
|
||||
},
|
||||
id: "2", title: "Can I book for parties?", content: "Absolutely! We offer catering services for birthdays and events. Contact us for details."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you open on Sundays?",
|
||||
content: "We are open seven days a week, from 11:00 AM to 10:00 PM.",
|
||||
},
|
||||
id: "3", title: "Are you open on Sundays?", content: "We are open seven days a week, from 11:00 AM to 10:00 PM."},
|
||||
]}
|
||||
ctaTitle="Visit Us Today"
|
||||
ctaDescription="Located in the heart of the city. Stop by for a scoop!"
|
||||
ctaButton={{
|
||||
text: "Get Directions",
|
||||
}}
|
||||
text: "Get Directions"}}
|
||||
ctaIcon={MapPin}
|
||||
/>
|
||||
</div>
|
||||
@@ -216,33 +141,21 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Flavors",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Flavors", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user