Merge version_1 into main #2
207
src/app/page.tsx
207
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Values",
|
||||
id: "values",
|
||||
},
|
||||
name: "Values", id: "values"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Inday"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Awaken Your Senses at Inday"
|
||||
description="Boutique coffee, curated with love. Discover our artisanal roasts and warm atmosphere in the heart of the city."
|
||||
tag="Since 2018"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg?_wi=1",
|
||||
imageAlt: "Coffee shop ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg", imageAlt: "Coffee shop ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=1",
|
||||
imageAlt: "Fresh coffee beans",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seed-black-background-freshness-bean_1172-457.jpg",
|
||||
imageAlt: "Coffee bag minimalist design",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-person-pouring-tea-glass-with-ice-cubes-it-table_181624-22416.jpg",
|
||||
imageAlt: "Iced latte on table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-coffee_140725-28080.jpg",
|
||||
imageAlt: "Espresso cup steam",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg", imageAlt: "Fresh coffee beans"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,19 +68,13 @@ export default function LandingPage() {
|
||||
description="At Inday, we believe every cup tells a story. From sustainable farm sourcing to precision roasting, we ensure quality in every sip."
|
||||
metrics={[
|
||||
{
|
||||
value: "12+",
|
||||
title: "Single-Origin Beans",
|
||||
},
|
||||
value: "12+", title: "Single-Origin Beans"},
|
||||
{
|
||||
value: "200+",
|
||||
title: "Happy Daily Customers",
|
||||
},
|
||||
value: "200+", title: "Happy Daily Customers"},
|
||||
{
|
||||
value: "5",
|
||||
title: "Years of Roasting",
|
||||
},
|
||||
value: "5", title: "Years of Roasting"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg"
|
||||
imageAlt="Coffee roastery process"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -120,59 +89,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Inday",
|
||||
name: "Signature Roast",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", brand: "Inday", name: "Signature Roast", price: "$18", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mug-saucer-set-light-colours_23-2147834523.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Inday",
|
||||
name: "Iced Cold Brew",
|
||||
price: "$6",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Inday", name: "Iced Cold Brew", price: "$6", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-cappuccino-blue-wooden-surface_181624-41113.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Inday",
|
||||
name: "Morning Croissant",
|
||||
price: "$4",
|
||||
rating: 4,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-tasty-breakfast_23-2148877633.jpg",
|
||||
},
|
||||
id: "p3", brand: "Inday", name: "Morning Croissant", price: "$4", rating: 4,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-tasty-breakfast_23-2148877633.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Inday",
|
||||
name: "Classic Espresso",
|
||||
price: "$3.5",
|
||||
rating: 5,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", brand: "Inday", name: "Classic Espresso", price: "$3.5", rating: 5,
|
||||
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-arrangement_23-2149434608.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Inday",
|
||||
name: "Matcha Latte",
|
||||
price: "$5.5",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844291.jpg",
|
||||
},
|
||||
id: "p5", brand: "Inday", name: "Matcha Latte", price: "$5.5", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/delicious-matcha-tea-scene_23-2151844291.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Inday",
|
||||
name: "Pour Over Special",
|
||||
price: "$7",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937221.jpg",
|
||||
},
|
||||
id: "p6", brand: "Inday", name: "Pour Over Special", price: "$7", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/coffee-maker-machine-table_23-2148937221.jpg"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="From classic espresso to artisanal cold brews, explore our carefully crafted drink selection."
|
||||
@@ -186,34 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Origin",
|
||||
title: "Ethically Sourced",
|
||||
items: [
|
||||
"Fair trade partnerships",
|
||||
"Direct from small farms",
|
||||
"Sustainable practices",
|
||||
],
|
||||
id: "f1", label: "Origin", title: "Ethically Sourced", items: [
|
||||
"Fair trade partnerships", "Direct from small farms", "Sustainable practices"],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Roast",
|
||||
title: "Artisanal Roasting",
|
||||
items: [
|
||||
"Small-batch precision",
|
||||
"Freshness prioritized",
|
||||
"Custom profiles",
|
||||
],
|
||||
id: "f2", label: "Roast", title: "Artisanal Roasting", items: [
|
||||
"Small-batch precision", "Freshness prioritized", "Custom profiles"],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Community",
|
||||
title: "Coffee Culture",
|
||||
items: [
|
||||
"Local events",
|
||||
"Barista training",
|
||||
"Inclusive atmosphere",
|
||||
],
|
||||
id: "f3", label: "Community", title: "Coffee Culture", items: [
|
||||
"Local events", "Barista training", "Inclusive atmosphere"],
|
||||
},
|
||||
]}
|
||||
title="Our Core Values"
|
||||
@@ -226,30 +141,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-standing-bar-coffee-shop_176532-11599.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-standing-bar-coffee-shop_176532-11599.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-curly-redhead-bearded-man-tasting-coffee-cup_171337-9999.jpg",
|
||||
},
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-curly-redhead-bearded-man-tasting-coffee-cup_171337-9999.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-working-online-cafe-drinking-coffee_1303-26563.jpg",
|
||||
},
|
||||
id: "3", name: "Emma Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-business-woman-working-online-cafe-drinking-coffee_1303-26563.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Taylor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-waistcoat-holding-cup-coffee_1368-3202.jpg",
|
||||
},
|
||||
id: "4", name: "James Taylor", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-waistcoat-holding-cup-coffee_1368-3202.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491912.jpg",
|
||||
},
|
||||
id: "5", name: "Linda Martinez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491912.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Friends Say"
|
||||
cardTag="Community Love"
|
||||
@@ -261,18 +161,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Visit us at Inday for your daily dose of perfection. Open daily from 7 AM to 6 PM."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:5550123",
|
||||
},
|
||||
text: "Call Us", href: "tel:5550123"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -282,33 +177,21 @@ export default function LandingPage() {
|
||||
logoText="Inday Coffee"
|
||||
columns={[
|
||||
{
|
||||
title: "Pages",
|
||||
items: [
|
||||
title: "Pages", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -317,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user