Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
280
src/app/page.tsx
280
src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Flavors",
|
||||
id: "flavors",
|
||||
},
|
||||
name: "Flavors", id: "flavors"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Velvet Scoop"
|
||||
/>
|
||||
@@ -52,63 +46,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Artisanal Scoops Crafted with Love"
|
||||
description="Discover the creamy magic of locally sourced ingredients in every bite. Experience the velvet difference at Velvet Scoop."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Flavors",
|
||||
href: "#flavors",
|
||||
},
|
||||
text: "Explore Flavors", href: "#flavors"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zlouz4&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zlouz4"
|
||||
imageAlt="delicious creamy ice cream scoops"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnptxr",
|
||||
alt: "happy customer eating ice cream",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnptxr", alt: "happy customer eating ice cream"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v1tk9n",
|
||||
alt: "satisfied ice cream customer portrait",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v1tk9n", alt: "satisfied ice cream customer portrait"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rh0pbm",
|
||||
alt: "smiling dessert enthusiast customer",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rh0pbm", alt: "smiling dessert enthusiast customer"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nson2t",
|
||||
alt: "portrait of happy customer gelato",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nson2t", alt: "portrait of happy customer gelato"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1nhjk4",
|
||||
alt: "content customer ice cream shop",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1nhjk4", alt: "content customer ice cream shop"},
|
||||
]}
|
||||
avatarText="Loved by 10,000+ happy scoopers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Small Batch",
|
||||
},
|
||||
type: "text", text: "Small Batch"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Handcrafted",
|
||||
},
|
||||
type: "text", text: "Handcrafted"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
type: "text", text: "Fresh Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pure Ingredients",
|
||||
},
|
||||
type: "text", text: "Pure Ingredients"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,49 +91,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm Fresh Ingredients",
|
||||
description: "Sourced from the finest local dairies daily.",
|
||||
icon: Milk,
|
||||
title: "Farm Fresh Ingredients", description: "Sourced from the finest local dairies daily.", icon: Milk,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sonau1",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=sonau1"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4hoyba",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4hoyba"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zlouz4&_wi=2",
|
||||
imageAlt: "fresh organic ingredients ice cream",
|
||||
},
|
||||
{
|
||||
title: "Seasonal Fruit Medleys",
|
||||
description: "Harvested at peak flavor for vibrant taste.",
|
||||
icon: Cherry,
|
||||
title: "Seasonal Fruit Medleys", description: "Harvested at peak flavor for vibrant taste.", icon: Cherry,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=miw91y",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=miw91y"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5oipob",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5oipob"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jcqxxn",
|
||||
imageAlt: "fresh organic ingredients ice cream",
|
||||
},
|
||||
{
|
||||
title: "Pure & Natural",
|
||||
description: "Zero artificial flavors, ever.",
|
||||
icon: Leaf,
|
||||
title: "Pure & Natural", description: "Zero artificial flavors, ever.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnofwr&_wi=1",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnofwr"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vyfduf",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vyfduf"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnptxr&_wi=1",
|
||||
imageAlt: "fresh organic ingredients ice cream",
|
||||
},
|
||||
]}
|
||||
title="Why Our Ice Cream is Different"
|
||||
@@ -178,59 +131,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Classic Vanilla Bean",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnofwr&_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Classic Vanilla Bean", price: "$4.50", rating: 5,
|
||||
reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bnofwr"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Rich Dark Chocolate",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hibq0",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Rich Dark Chocolate", price: "$4.50", rating: 5,
|
||||
reviewCount: "98", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7hibq0"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Seasonal",
|
||||
name: "Wild Strawberry Sorbet",
|
||||
price: "$5.00",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5lfujx",
|
||||
},
|
||||
id: "p3", brand: "Seasonal", name: "Wild Strawberry Sorbet", price: "$5.00", rating: 4,
|
||||
reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5lfujx"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Signature",
|
||||
name: "Salted Caramel Drip",
|
||||
price: "$4.75",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=226pc6",
|
||||
},
|
||||
id: "p4", brand: "Signature", name: "Salted Caramel Drip", price: "$4.75", rating: 5,
|
||||
reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=226pc6"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Artisanal",
|
||||
name: "Honey Lavender",
|
||||
price: "$5.25",
|
||||
rating: 5,
|
||||
reviewCount: "67",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5gep96",
|
||||
},
|
||||
id: "p5", brand: "Artisanal", name: "Honey Lavender", price: "$5.25", rating: 5,
|
||||
reviewCount: "67", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5gep96"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Artisanal",
|
||||
name: "Midnight Mint Chip",
|
||||
price: "$4.75",
|
||||
rating: 4,
|
||||
reviewCount: "54",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0o3p1",
|
||||
},
|
||||
id: "p6", brand: "Artisanal", name: "Midnight Mint Chip", price: "$4.75", rating: 4,
|
||||
reviewCount: "54", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q0o3p1"},
|
||||
]}
|
||||
title="Our Signature Flavors"
|
||||
description="A rotating selection of handcrafted, small-batch delights."
|
||||
@@ -244,23 +161,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: IceCream,
|
||||
title: "Unique Flavors",
|
||||
value: "150+",
|
||||
},
|
||||
id: "m1", icon: IceCream,
|
||||
title: "Unique Flavors", value: "150+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "10k+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Happy Customers", value: "10k+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Awards Won",
|
||||
value: "15",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Awards Won", value: "15"},
|
||||
]}
|
||||
title="A Decade of Scoops"
|
||||
description="Reflecting on the sweet journey we've shared."
|
||||
@@ -273,45 +181,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Ice Cream in Town!",
|
||||
quote: "The honey lavender is an absolute game changer. So smooth!",
|
||||
name: "Sarah Miller",
|
||||
role: "Food Blogger",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnptxr&_wi=2",
|
||||
},
|
||||
id: "1", title: "Best Ice Cream in Town!", quote: "The honey lavender is an absolute game changer. So smooth!", name: "Sarah Miller", role: "Food Blogger", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnptxr"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Artisanal Perfection",
|
||||
quote: "You can really taste the quality in the ingredients here.",
|
||||
name: "James Thompson",
|
||||
role: "Local Chef",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v1tk9n",
|
||||
},
|
||||
id: "2", title: "Artisanal Perfection", quote: "You can really taste the quality in the ingredients here.", name: "James Thompson", role: "Local Chef", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v1tk9n"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Family Favorite",
|
||||
quote: "My kids beg to go here every single weekend. Just lovely.",
|
||||
name: "Emily Davis",
|
||||
role: "Mom of 3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rh0pbm",
|
||||
},
|
||||
id: "3", title: "Family Favorite", quote: "My kids beg to go here every single weekend. Just lovely.", name: "Emily Davis", role: "Mom of 3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rh0pbm"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Exquisite Flavors",
|
||||
quote: "Never tried salted caramel this good in my entire life.",
|
||||
name: "Mark Wilson",
|
||||
role: "Dessert Enthusiast",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nson2t",
|
||||
},
|
||||
id: "4", title: "Exquisite Flavors", quote: "Never tried salted caramel this good in my entire life.", name: "Mark Wilson", role: "Dessert Enthusiast", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nson2t"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Friendly Vibes",
|
||||
quote: "The staff makes the whole experience feel so warm and inviting.",
|
||||
name: "Julia Roberts",
|
||||
role: "Frequent Customer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1nhjk4",
|
||||
},
|
||||
id: "5", title: "Friendly Vibes", quote: "The staff makes the whole experience feel so warm and inviting.", name: "Julia Roberts", role: "Frequent Customer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1nhjk4"},
|
||||
]}
|
||||
title="Sweet Moments Shared"
|
||||
description="What our wonderful guests are saying."
|
||||
@@ -323,12 +201,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Food Weekly",
|
||||
"City Pulse",
|
||||
"Culinary Review",
|
||||
"Dessert Daily",
|
||||
"Foodie Network",
|
||||
]}
|
||||
"Food Weekly", "City Pulse", "Culinary Review", "Dessert Daily", "Foodie Network"]}
|
||||
title="Featured In"
|
||||
description="Honored to be recognized for our craft."
|
||||
/>
|
||||
@@ -340,20 +213,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Absolutely! We have a revolving selection of dairy-free, vegan sorbets and oat-milk based scoops.",
|
||||
},
|
||||
id: "f1", title: "Do you offer vegan options?", content: "Absolutely! We have a revolving selection of dairy-free, vegan sorbets and oat-milk based scoops."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I book for events?",
|
||||
content: "Yes, we provide catering for birthdays, weddings, and office parties. Contact us for details!",
|
||||
},
|
||||
id: "f2", title: "Can I book for events?", content: "Yes, we provide catering for birthdays, weddings, and office parties. Contact us for details!"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your ingredients organic?",
|
||||
content: "We prioritize organic and locally sourced ingredients whenever available to ensure the best possible quality.",
|
||||
},
|
||||
id: "f3", title: "Are your ingredients organic?", content: "We prioritize organic and locally sourced ingredients whenever available to ensure the best possible quality."},
|
||||
]}
|
||||
title="Sweet Questions"
|
||||
description="Got a question? We've got answers."
|
||||
@@ -365,14 +229,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to scoop up some joy? Visit us today or drop us a line!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@velvetscoop.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@velvetscoop.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -382,42 +243,27 @@ export default function LandingPage() {
|
||||
logoText="Velvet Scoop"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Flavors",
|
||||
href: "#flavors",
|
||||
},
|
||||
label: "Flavors", href: "#flavors"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
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