Merge version_1 into main #1
122
src/app/page.tsx
122
src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Menu", id: "/menu" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Coffee Castle"
|
||||
/>
|
||||
@@ -52,45 +40,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero-home" data-section="hero-home">
|
||||
<HeroSplitDualMedia
|
||||
background="radial-gradient"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Reign Over Your Morning"
|
||||
description="Premium coffee beans delivered with royalty-worthy precision. Experience the castle of taste."
|
||||
tag="Coffee Craft"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/espresso-cup-coffee-beans_1220-7116.jpg",
|
||||
imageAlt: "Espresso Shot",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/espresso-cup-coffee-beans_1220-7116.jpg", imageAlt: "Espresso Shot"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-foam-orange-water_23-2147798143.jpg",
|
||||
imageAlt: "Coffee Pour",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-refreshment-glass-flavor-background_1172-466.jpg",
|
||||
imageAlt: "food refreshment glass flavor background",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-classic-fresh-espresso-served-dark-surface_1220-5377.jpg",
|
||||
imageAlt: "Closeup of classic fresh espresso served on dark surface.",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-espresso-coffee-mug-with-cinnamon-sticks-coffee-beans-wooden-board_181624-57625.jpg",
|
||||
imageAlt: "Double espresso coffee mug with cinnamon sticks and coffee beans on a wooden board",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-foam-orange-water_23-2147798143.jpg", imageAlt: "Coffee Pour"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 10k+ coffee lovers"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
{ text: "View Menu", href: "/menu" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,23 +79,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Sustainable Sourcing",
|
||||
description: "Ethics in every bean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-beans-chickpeas-sacks_141793-7122.jpg",
|
||||
imageAlt: "Sustainable",
|
||||
},
|
||||
title: "Sustainable Sourcing", description: "Ethics in every bean.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-beans-chickpeas-sacks_141793-7122.jpg", imageAlt: "Sustainable"},
|
||||
{
|
||||
title: "Precision Roast",
|
||||
description: "Roasted to peak perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878098.jpg",
|
||||
imageAlt: "Roast",
|
||||
},
|
||||
title: "Precision Roast", description: "Roasted to peak perfection.", imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878098.jpg", imageAlt: "Roast"},
|
||||
{
|
||||
title: "Mobile Ordering",
|
||||
description: "Coffee on your schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-caffeine-book-cafe-relax-refreshment-concept_53876-16324.jpg",
|
||||
imageAlt: "App",
|
||||
},
|
||||
title: "Mobile Ordering", description: "Coffee on your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-caffeine-book-cafe-relax-refreshment-concept_53876-16324.jpg", imageAlt: "App"},
|
||||
]}
|
||||
title="The Castle Standard"
|
||||
description="Why choose our coffee? Because excellence is the only standard we recognize."
|
||||
@@ -142,45 +96,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best espresso!",
|
||||
quote: "The depth of flavour is unmatched.",
|
||||
name: "Sarah",
|
||||
role: "Commuter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-indoor-shot-handsome-young-bearded-male-wearing-trendy-hat-sitting-wooden-table-with-mug-enjoying-fresh-cappuccino-coffee-break-having-happy-look_273609-1930.jpg",
|
||||
},
|
||||
id: "1", title: "Best espresso!", quote: "The depth of flavour is unmatched.", name: "Sarah", role: "Commuter", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-indoor-shot-handsome-young-bearded-male-wearing-trendy-hat-sitting-wooden-table-with-mug-enjoying-fresh-cappuccino-coffee-break-having-happy-look_273609-1930.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Morning Savior",
|
||||
quote: "My daily stop before work.",
|
||||
name: "Mike",
|
||||
role: "Office Worker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-laptop_171337-12793.jpg",
|
||||
},
|
||||
id: "2", title: "Morning Savior", quote: "My daily stop before work.", name: "Mike", role: "Office Worker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-working-laptop_171337-12793.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pure Gold",
|
||||
quote: "Every cup feels like a treat.",
|
||||
name: "Elise",
|
||||
role: "Explorer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-drinking-coffee-park_1262-20825.jpg",
|
||||
},
|
||||
id: "3", title: "Pure Gold", quote: "Every cup feels like a treat.", name: "Elise", role: "Explorer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-young-woman-drinking-coffee-park_1262-20825.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Convenience",
|
||||
quote: "Mobile ordering is a life changer.",
|
||||
name: "John",
|
||||
role: "Remote Worker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-office-analyzing-checking-finance-graphs_23-2150377159.jpg",
|
||||
},
|
||||
id: "4", title: "Convenience", quote: "Mobile ordering is a life changer.", name: "John", role: "Remote Worker", imageSrc: "http://img.b2bpic.net/free-photo/person-office-analyzing-checking-finance-graphs_23-2150377159.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Consistently Good",
|
||||
quote: "The staff are so friendly.",
|
||||
name: "Anna",
|
||||
role: "Student",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-tourist-stylish-shirt-red-bandana-around-neck-wears-round-glasses-carries-backpack-points-free-space-advertises-item-cheerful-student-promots-something_273609-26873.jpg",
|
||||
},
|
||||
id: "5", title: "Consistently Good", quote: "The staff are so friendly.", name: "Anna", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-tourist-stylish-shirt-red-bandana-around-neck-wears-round-glasses-carries-backpack-points-free-space-advertises-item-cheerful-student-promots-something_273609-26873.jpg"},
|
||||
]}
|
||||
title="Royal Reviews"
|
||||
description="Hear what our loyal guests say about the Coffee Castle experience."
|
||||
@@ -195,15 +119,9 @@ export default function LandingPage() {
|
||||
description="Find answers to common questions about our beans and services."
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer wholesale?",
|
||||
content: "Yes, we partner with cafes and businesses globally.",
|
||||
},
|
||||
id: "f1", title: "Do you offer wholesale?", content: "Yes, we partner with cafes and businesses globally."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the coffee ethically sourced?",
|
||||
content: "We prioritize direct trade and sustainable farming practices.",
|
||||
},
|
||||
id: "f2", title: "Is the coffee ethically sourced?", content: "We prioritize direct trade and sustainable farming practices."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -218,4 +136,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user