Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c00297816 |
187
src/app/page.tsx
187
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SweetShakes"
|
||||
/>
|
||||
@@ -51,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="SweetShakes"
|
||||
description="Handcrafted, premium shakes made from the finest local ingredients. Refresh your day with our signature blends."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/milkshake-with-whipping-cream-chocolate-topping_141793-806.jpg"
|
||||
imageAlt="Refreshing gourmet strawberry milkshake"
|
||||
@@ -76,14 +65,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for Perfection",
|
||||
},
|
||||
type: "text", content: "Our Passion for Perfection"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/arab-man-wear-black-jeans-jacket-eyeglasses-cafe-drink-coffee-bar-with-book-stylish-fashionable-arabian-model-guy_627829-982.jpg",
|
||||
alt: "Our cozy store",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/arab-man-wear-black-jeans-jacket-eyeglasses-cafe-drink-coffee-bar-with-book-stylish-fashionable-arabian-model-guy_627829-982.jpg", alt: "Our cozy store"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,26 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced berries, fruits, and organic milk.",
|
||||
tag: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-strawberries-with-cranberries-white-background_140725-76637.jpg",
|
||||
},
|
||||
id: "f1", title: "Fresh Ingredients", description: "Locally sourced berries, fruits, and organic milk.", tag: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-strawberries-with-cranberries-white-background_140725-76637.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Premium Ice Cream",
|
||||
description: "Small-batch, creamy ice cream made in-house daily.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-with-vanilla-ice-cream-scoops-table_23-2148422008.jpg",
|
||||
},
|
||||
id: "f2", title: "Premium Ice Cream", description: "Small-batch, creamy ice cream made in-house daily.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-vanilla-ice-cream-scoops-table_23-2148422008.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Customizable Treats",
|
||||
description: "Mix and match your favorite toppings for a unique blend.",
|
||||
tag: "Variety",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg",
|
||||
},
|
||||
id: "f3", title: "Customizable Treats", description: "Mix and match your favorite toppings for a unique blend.", tag: "Variety", imageSrc: "http://img.b2bpic.net/free-photo/caramel-popcorn-cacao-with-whipped-cream-unhealthy-food_501050-688.jpg"},
|
||||
]}
|
||||
title="Why Choose SweetShakes?"
|
||||
description="We don't just blend shakes; we craft experiences with premium ingredients."
|
||||
@@ -129,62 +98,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "SweetShakes",
|
||||
name: "Ultimate Chocolate",
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-chocolate-mousse-panna-cotta-with-berries-white-stone-wooden-background-festive-dessert_127032-2747.jpg",
|
||||
},
|
||||
id: "p1", brand: "SweetShakes", name: "Ultimate Chocolate", price: "$7.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-chocolate-mousse-panna-cotta-with-berries-white-stone-wooden-background-festive-dessert_127032-2747.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "SweetShakes",
|
||||
name: "Berry Blast",
|
||||
price: "$8.49",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-strawberry-milkshake_1220-342.jpg",
|
||||
},
|
||||
id: "p2", brand: "SweetShakes", name: "Berry Blast", price: "$8.49", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-strawberry-milkshake_1220-342.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "SweetShakes",
|
||||
name: "Classic Vanilla",
|
||||
price: "$6.99",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-table_23-2150251391.jpg",
|
||||
},
|
||||
id: "p3", brand: "SweetShakes", name: "Classic Vanilla", price: "$6.99", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cocktail-table_23-2150251391.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "SweetShakes",
|
||||
name: "Salted Caramel",
|
||||
price: "$7.99",
|
||||
rating: 5,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frappe-drink-with-caramel-nuts-isolated-white-background-ai-generative_123827-24936.jpg",
|
||||
},
|
||||
id: "p4", brand: "SweetShakes", name: "Salted Caramel", price: "$7.99", rating: 5,
|
||||
reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/frappe-drink-with-caramel-nuts-isolated-white-background-ai-generative_123827-24936.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "SweetShakes",
|
||||
name: "Mango Tango",
|
||||
price: "$8.99",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-mango-drink-high-angle_23-2148734680.jpg",
|
||||
},
|
||||
id: "p5", brand: "SweetShakes", name: "Mango Tango", price: "$8.99", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-mango-drink-high-angle_23-2148734680.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "SweetShakes",
|
||||
name: "Cookies & Cream",
|
||||
price: "$7.49",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-with-biscuits-marshmallows_23-2148603294.jpg",
|
||||
},
|
||||
id: "p6", brand: "SweetShakes", name: "Cookies & Cream", price: "$7.49", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-desserts-with-biscuits-marshmallows_23-2148603294.jpg"},
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Explore our delicious range of signature shakes."
|
||||
buttons={[
|
||||
{ text: "Order Now", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -196,20 +132,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15K+",
|
||||
description: "Shakes Served",
|
||||
},
|
||||
id: "m1", value: "15K+", description: "Shakes Served"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
description: "Local Suppliers",
|
||||
},
|
||||
id: "m2", value: "50+", description: "Local Suppliers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9/5",
|
||||
description: "Customer Rating",
|
||||
},
|
||||
id: "m3", value: "4.9/5", description: "Customer Rating"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="We are proud to serve our local community."
|
||||
@@ -221,14 +148,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Farm Fresh Dairy",
|
||||
"Berry Growers Co",
|
||||
"Cacao Collective",
|
||||
"Local Honey Coop",
|
||||
"Neighborhood Farmers",
|
||||
"Artisan Bakery",
|
||||
"City Foodie Group",
|
||||
]}
|
||||
"Farm Fresh Dairy", "Berry Growers Co", "Cacao Collective", "Local Honey Coop", "Neighborhood Farmers", "Artisan Bakery", "City Foodie Group"]}
|
||||
title="Trusted by Local Partners"
|
||||
description="Proudly collaborating with the best in the city."
|
||||
/>
|
||||
@@ -239,30 +159,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500415.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-food-festival_23-2149500415.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/guy-drinking-coconut-beach_23-2147643701.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/guy-drinking-coconut-beach_23-2147643701.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48200.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-with-curly-hair-isolated_273609-48200.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg"},
|
||||
]}
|
||||
cardTitle="What People Say"
|
||||
cardAnimation="slide-up"
|
||||
@@ -277,22 +182,14 @@ export default function LandingPage() {
|
||||
description="Have questions or want to place a large order? Send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
required: true,
|
||||
name: "message", placeholder: "How can we help?", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-cafe-counter-with-barista-girl-working-with-coffee-machine-making-order-client_1258-203418.jpg"
|
||||
/>
|
||||
@@ -302,13 +199,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="SweetShakes"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user