Update src/app/page.tsx
This commit is contained in:
194
src/app/page.tsx
194
src/app/page.tsx
@@ -31,27 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Experience",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Experience", id: "hero"},
|
||||
{
|
||||
name: "Artisan Craft",
|
||||
id: "about",
|
||||
},
|
||||
name: "Artisan Craft", id: "about"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "products",
|
||||
},
|
||||
name: "Reserve", id: "products"},
|
||||
{
|
||||
name: "Origins",
|
||||
id: "faq",
|
||||
},
|
||||
name: "Origins", id: "faq"},
|
||||
]}
|
||||
brandName="AURA Coffee"
|
||||
button={{
|
||||
text: "Book Tasting",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Tasting", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,35 +51,21 @@ export default function LandingPage() {
|
||||
description="An uncompromising pursuit of coffee perfection, crafted for the most discerning palates in a sanctuary of refined elegance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Experience AURA",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Experience AURA", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brewing-coffee-coffee-is-poured-into-glass-cup-from-copper-coffee-maker-lunch-old-cafe-vertical-shot-selective-focus_166373-2509.jpg",
|
||||
imageAlt: "Luxurious espresso",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brewing-coffee-coffee-is-poured-into-glass-cup-from-copper-coffee-maker-lunch-old-cafe-vertical-shot-selective-focus_166373-2509.jpg", imageAlt: "Luxurious espresso"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-guys-coffee-shop_23-2148450776.jpg",
|
||||
imageAlt: "Design shop interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-guys-coffee-shop_23-2148450776.jpg", imageAlt: "Design shop interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg",
|
||||
imageAlt: "Coffee bean void",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg", imageAlt: "Coffee bean void"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-tasty-tea_23-2147747280.jpg",
|
||||
imageAlt: "Pour over setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-with-tasty-tea_23-2147747280.jpg", imageAlt: "Pour over setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg",
|
||||
imageAlt: "Perfect latte pour",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg", imageAlt: "Perfect latte pour"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-cup-saucer-dark-background_140725-124334.jpg",
|
||||
imageAlt: "Exquisite cup presentation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-cup-saucer-dark-background_140725-124334.jpg", imageAlt: "Exquisite cup presentation"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,73 +75,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of Craft"
|
||||
description={[
|
||||
"Founded on the principles of absolute precision, AURA transforms raw beans into a sensory masterpiece. Each batch is roasted with artisanal care in our climate-controlled lab, ensuring that the terroir, history, and soul of every origin are preserved.",
|
||||
"Our commitment goes beyond consumption; it is an invitation to witness the intersection of scientific rigor and creative passion.",
|
||||
]}
|
||||
"Founded on the principles of absolute precision, AURA transforms raw beans into a sensory masterpiece. Each batch is roasted with artisanal care in our climate-controlled lab, ensuring that the terroir, history, and soul of every origin are preserved.", "Our commitment goes beyond consumption; it is an invitation to witness the intersection of scientific rigor and creative passion."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardTwo
|
||||
animationType="depth-3d"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "AURA Reserve",
|
||||
name: "Ethiopia Yirgacheffe Geisha",
|
||||
price: "$120",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-packaging-bag-isolated-white-background_187299-47238.jpg",
|
||||
},
|
||||
id: "p1", brand: "AURA Reserve", name: "Ethiopia Yirgacheffe Geisha", price: "$120", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/black-packaging-bag-isolated-white-background_187299-47238.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "AURA Equipment",
|
||||
name: "Brushed Brass French Press",
|
||||
price: "$450",
|
||||
rating: 5,
|
||||
reviewCount: "84",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14734.jpg",
|
||||
},
|
||||
id: "p2", brand: "AURA Equipment", name: "Brushed Brass French Press", price: "$450", rating: 5,
|
||||
reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/male-barista-brewing-coffee-alternative-method-aeropress_176420-14734.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "AURA Reserve",
|
||||
name: "Panama Finca Deborah",
|
||||
price: "$195",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-allergens-commonly-found-food-grains_23-2150170247.jpg",
|
||||
},
|
||||
id: "p3", brand: "AURA Reserve", name: "Panama Finca Deborah", price: "$195", rating: 5,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/view-allergens-commonly-found-food-grains_23-2150170247.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "AURA Precision",
|
||||
name: "Smart Brewing Scale",
|
||||
price: "$295",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-glass-scale-with-kettle_23-2148824405.jpg",
|
||||
},
|
||||
id: "p4", brand: "AURA Precision", name: "Smart Brewing Scale", price: "$295", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-glass-scale-with-kettle_23-2148824405.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "AURA Travel",
|
||||
name: "Leather Heritage Kit",
|
||||
price: "$650",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luggage-essentials-sunglasses-camera-book-ready-travel_23-2151976530.jpg",
|
||||
},
|
||||
id: "p5", brand: "AURA Travel", name: "Leather Heritage Kit", price: "$650", rating: 5,
|
||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/luggage-essentials-sunglasses-camera-book-ready-travel_23-2151976530.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "AURA Design",
|
||||
name: "Golden Artisan Dripper",
|
||||
price: "$380",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg",
|
||||
},
|
||||
id: "p6", brand: "AURA Design", name: "Golden Artisan Dripper", price: "$380", rating: 5,
|
||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg"},
|
||||
]}
|
||||
title="Exclusive Collection"
|
||||
description="Curated selection of the world's most rare single-origin beans and precision-engineered brewing instruments."
|
||||
@@ -180,20 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.8%",
|
||||
description: "Bean Purity",
|
||||
},
|
||||
id: "m1", value: "99.8%", description: "Bean Purity"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24",
|
||||
description: "Origin Partnerships",
|
||||
},
|
||||
id: "m2", value: "24", description: "Origin Partnerships"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12k+",
|
||||
description: "Coffee Curations",
|
||||
},
|
||||
id: "m3", value: "12k+", description: "Coffee Curations"},
|
||||
]}
|
||||
title="Unrivaled Standards"
|
||||
description="Quantifying the art of perfection."
|
||||
@@ -205,30 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Vance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena Vance", imageSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-tombola-tickets-front-view_23-2149704951.jpg",
|
||||
},
|
||||
id: "t2", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-tombola-tickets-front-view_23-2149704951.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Julian Saint",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-copy-space_23-2149636314.jpg",
|
||||
},
|
||||
id: "t3", name: "Julian Saint", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-copy-space_23-2149636314.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-wearing-apron-attractive-caucasian-male-barista-cafe-restaurant-owner-cross-arms-smile-with-confident-warm-welcome-his-successful-business-place_609648-2444.jpg",
|
||||
},
|
||||
id: "t4", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-wearing-apron-attractive-caucasian-male-barista-cafe-restaurant-owner-cross-arms-smile-with-confident-warm-welcome-his-successful-business-place_609648-2444.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Liam Connor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-preparing-tea_23-2148555231.jpg",
|
||||
},
|
||||
id: "t5", name: "Liam Connor", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-preparing-tea_23-2148555231.jpg"},
|
||||
]}
|
||||
cardTitle="The AURA Experience"
|
||||
cardTag="Testimonials"
|
||||
@@ -242,20 +156,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How is AURA coffee different?",
|
||||
content: "We utilize hyper-precision roasting techniques and source only the top 0.1% of global harvests.",
|
||||
},
|
||||
id: "f1", title: "How is AURA coffee different?", content: "We utilize hyper-precision roasting techniques and source only the top 0.1% of global harvests."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I request private tastings?",
|
||||
content: "Yes, our private tasting sessions are available for reservation, offering a guided journey through our Reserve collection.",
|
||||
},
|
||||
id: "f2", title: "Can I request private tastings?", content: "Yes, our private tasting sessions are available for reservation, offering a guided journey through our Reserve collection."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What equipment is recommended?",
|
||||
content: "We recommend our curated brewing collection to maintain the integrity of our roasting profile.",
|
||||
},
|
||||
id: "f3", title: "What equipment is recommended?", content: "We recommend our curated brewing collection to maintain the integrity of our roasting profile."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/virtual-love-handsome-cute-guy-suit-with-wine-distance-computer-date-giving-ring_140725-162596.jpg"
|
||||
title="Refined Inquiries"
|
||||
@@ -268,8 +173,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Membership"
|
||||
title="Secure Your Invitation"
|
||||
description="Request access to our private reserve and event notifications."
|
||||
@@ -282,29 +186,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Collections",
|
||||
items: [
|
||||
title: "Collections", items: [
|
||||
{
|
||||
label: "Reserve",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Reserve", href: "#products"},
|
||||
{
|
||||
label: "Instruments",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Instruments", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Origins",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Origins", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user