Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-17 11:23:15 +00:00

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="Aura Luxury Café"
/>
@@ -56,93 +44,31 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="A Symphony of Sophistication"
description="Experience the pinnacle of luxury, where artisanal coffee meets an atmosphere of timeless grace and cinematic elegance."
testimonials={[
{
name: "Julian V.",
handle: "@julian",
testimonial: "The best coffee experience I've ever had in a stunning setting.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256929.jpg",
},
{
name: "Clara S.",
handle: "@clara",
testimonial: "The attention to detail and ambiance is simply unmatched.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-asian-woman-business-owner-glasses-sitting-cafe-with-notebook-smiling-camera_1258-203452.jpg",
},
{
name: "Marco P.",
handle: "@marco",
testimonial: "A sanctuary for coffee lovers who appreciate the finer things.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-young-woman-restaurant_23-2148395477.jpg",
},
{
name: "Elena R.",
handle: "@elena",
testimonial: "Incredible interiors paired with a world-class selection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423993.jpg",
},
{
name: "Sam K.",
handle: "@sam",
testimonial: "Exquisite taste, sublime service. Absolutely unparalleled.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944036.jpg",
},
{ name: "Julian V.", handle: "@julian", testimonial: "The best coffee experience I've ever had in a stunning setting.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-drinking-beverage-while-break-time_23-2149256929.jpg" },
{ name: "Clara S.", handle: "@clara", testimonial: "The attention to detail and ambiance is simply unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-asian-woman-business-owner-glasses-sitting-cafe-with-notebook-smiling-camera_1258-203452.jpg" },
{ name: "Marco P.", handle: "@marco", testimonial: "A sanctuary for coffee lovers who appreciate the finer things.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-young-woman-restaurant_23-2148395477.jpg" },
{ name: "Elena R.", handle: "@elena", testimonial: "Incredible interiors paired with a world-class selection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-coffee-spacious-cafeteria_23-2150423993.jpg" },
{ name: "Sam K.", handle: "@sam", testimonial: "Exquisite taste, sublime service. Absolutely unparalleled.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-hot-chocolate-cafe_23-2149944036.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg"
imageAlt="Luxurious café interior"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-man-eating-with-chopsticks_23-2149706717.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/pretty-lady-hugs-old-photos-sitting-table-cafe_8353-1369.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269141.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-women-having-coffee-meeting_23-2148817110.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/side-view-man-eating-with-chopsticks_23-2149706717.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/pretty-lady-hugs-old-photos-sitting-table-cafe_8353-1369.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269141.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/smiley-women-having-coffee-meeting_23-2148817110.jpg", alt: "Customer 5" }
]}
marqueeItems={[
{
type: "text",
text: "Artisanal Roasts",
},
{
type: "text",
text: "Architectural Design",
},
{
type: "text",
text: "Global Heritage",
},
{
type: "text",
text: "Daily Elegance",
},
{
type: "text",
text: "Signature Blends",
},
{ type: "text", text: "Artisanal Roasts" },
{ type: "text", text: "Architectural Design" },
{ type: "text", text: "Global Heritage" },
{ type: "text", text: "Daily Elegance" },
{ type: "text", text: "Signature Blends" }
]}
/>
</div>
@@ -155,7 +81,7 @@ export default function LandingPage() {
description="We blend meticulous craftsmanship with interior design brilliance, creating a haven that delights all senses."
subdescription="Every element, from our custom gold finishes to our curated ambient light, is designed for those who seek beauty in their daily brew."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/lamps-modern-cafe_1339-2799.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/lamps-modern-cafe_1339-2799.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -165,27 +91,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
tag: "Beans",
title: "Single Origin",
subtitle: "Sourced Globally",
description: "Hand-picked beans selected from the finest estates worldwide.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-coffee-machine-coffee-shop_23-2149052831.jpg",
},
{
tag: "Brewing",
title: "Precision Tech",
subtitle: "Perfectly Extracted",
description: "State-of-the-art machines calibrated to perfection daily.",
imageSrc: "http://img.b2bpic.net/free-photo/cute-rounded-3d-object_23-2151881060.jpg",
},
{
tag: "Environment",
title: "Serene Spaces",
subtitle: "Design Focused",
description: "Designed for relaxation, productivity, and luxury.",
imageSrc: "http://img.b2bpic.net/free-photo/focused-barista-is-prepairing-coffee-customers-using-new-shiny-coffee-maker_613910-17371.jpg",
},
{ tag: "Beans", title: "Single Origin", subtitle: "Sourced Globally", description: "Hand-picked beans selected from the finest estates worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/modern-coffee-machine-coffee-shop_23-2149052831.jpg" },
{ tag: "Brewing", title: "Precision Tech", subtitle: "Perfectly Extracted", description: "State-of-the-art machines calibrated to perfection daily.", imageSrc: "http://img.b2bpic.net/free-photo/cute-rounded-3d-object_23-2151881060.jpg" },
{ tag: "Environment", title: "Serene Spaces", subtitle: "Design Focused", description: "Designed for relaxation, productivity, and luxury.", imageSrc: "http://img.b2bpic.net/free-photo/focused-barista-is-prepairing-coffee-customers-using-new-shiny-coffee-maker_613910-17371.jpg" }
]}
title="The Aura Standard"
description="Quality isn't a goal; it's our foundation."
@@ -199,60 +107,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
{
id: "1",
brand: "Aura",
name: "Signature Roast",
price: "$12.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-berries-platter-with-muffins_114579-16475.jpg",
},
{
id: "2",
brand: "Aura",
name: "Artisan Pastry",
price: "$8.00",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-ny-cheesecake-with-berry-sauce_114579-2316.jpg",
},
{
id: "3",
brand: "Aura",
name: "Gold Blend",
price: "$15.00",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259636.jpg",
},
{
id: "4",
brand: "Aura",
name: "Espresso Shot",
price: "$5.00",
rating: 4,
reviewCount: "300",
imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg",
},
{
id: "5",
brand: "Aura",
name: "Latte",
price: "$6.50",
rating: 5,
reviewCount: "450",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-cake-sweet-pie-sugar-cookies_140725-118176.jpg",
},
{
id: "6",
brand: "Aura",
name: "Cold Brew",
price: "$7.00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-35143.jpg",
},
{ id: "1", brand: "Aura", name: "Signature Roast", price: "$12.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-berries-platter-with-muffins_114579-16475.jpg" },
{ id: "2", brand: "Aura", name: "Artisan Pastry", price: "$8.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-with-ny-cheesecake-with-berry-sauce_114579-2316.jpg" },
{ id: "3", brand: "Aura", name: "Gold Blend", price: "$15.00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259636.jpg" },
{ id: "4", brand: "Aura", name: "Espresso Shot", price: "$5.00", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/candy-bar-with-desserts-wedding_1303-24916.jpg" },
{ id: "5", brand: "Aura", name: "Latte", price: "$6.50", rating: 5, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-cup-tea-dark-surface-biscuit-cake-sweet-pie-sugar-cookies_140725-118176.jpg" },
{ id: "6", brand: "Aura", name: "Cold Brew", price: "$7.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/tart-with-profiteroles-top-with-whipped-cream_114579-35143.jpg" }
]}
title="Curated Collections"
description="Discover our signature roasts and handcrafted delicacies."
@@ -261,57 +121,25 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardNine
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{
id: "daily",
title: "Daily Brew",
price: "$49",
period: "/mo",
features: [
"1 free cup daily",
"Member pricing",
"VIP access",
],
button: {
text: "Join Now",
},
imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-rustic-restaurant-menu-template_23-2148951148.jpg",
imageAlt: "minimalist luxury menu cafe design",
id: "daily", title: "Daily Brew", price: "$49", period: "/mo", features: ["1 free cup daily", "Member pricing", "VIP access"],
button: { text: "Join Now" },
imageSrc: "http://img.b2bpic.net/free-vector/engraving-hand-drawn-rustic-restaurant-menu-template_23-2148951148.jpg", imageAlt: "minimalist luxury menu cafe design"
},
{
id: "premium",
title: "Aura Premium",
price: "$89",
period: "/mo",
features: [
"Unlimited brewing",
"Exclusive roasts",
"Reserved seating",
],
button: {
text: "Join Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg?_wi=2",
imageAlt: "minimalist luxury menu cafe design",
id: "premium", title: "Aura Premium", price: "$89", period: "/mo", features: ["Unlimited brewing", "Exclusive roasts", "Reserved seating"],
button: { text: "Join Now" },
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164705.jpg", imageAlt: "minimalist luxury menu cafe design"
},
{
id: "ultimate",
title: "Aura Gold",
price: "$149",
period: "/mo",
features: [
"All-access pass",
"Monthly tasting events",
"Private lounge entry",
],
button: {
text: "Join Now",
},
imageSrc: "http://img.b2bpic.net/free-photo/lamps-modern-cafe_1339-2799.jpg?_wi=2",
imageAlt: "minimalist luxury menu cafe design",
},
id: "ultimate", title: "Aura Gold", price: "$149", period: "/mo", features: ["All-access pass", "Monthly tasting events", "Private lounge entry"],
button: { text: "Join Now" },
imageSrc: "http://img.b2bpic.net/free-photo/lamps-modern-cafe_1339-2799.jpg", imageAlt: "minimalist luxury menu cafe design"
}
]}
title="Membership & Perks"
description="Unlock exclusivity in every cup."
@@ -324,46 +152,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sophia L.",
handle: "@sophia",
testimonial: "The atmosphere is unmatched in quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
},
{
id: "2",
name: "Lucas K.",
handle: "@lucas",
testimonial: "Elegant and truly luxurious.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg",
},
{
id: "3",
name: "Emma W.",
handle: "@emma",
testimonial: "My new favorite neighborhood spot.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-drinking-coffee_23-2148395483.jpg",
},
{
id: "4",
name: "David M.",
handle: "@david",
testimonial: "Perfect aesthetic for business meetings.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg",
},
{
id: "5",
name: "Grace P.",
handle: "@grace",
testimonial: "The pastries are pure art.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-coffe-phone-cafe_1303-9651.jpg",
},
{ id: "1", name: "Sophia L.", handle: "@sophia", testimonial: "The atmosphere is unmatched in quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg" },
{ id: "2", name: "Lucas K.", handle: "@lucas", testimonial: "Elegant and truly luxurious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg" },
{ id: "3", name: "Emma W.", handle: "@emma", testimonial: "My new favorite neighborhood spot.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-woman-drinking-coffee_23-2148395483.jpg" },
{ id: "4", name: "David M.", handle: "@david", testimonial: "Perfect aesthetic for business meetings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg" },
{ id: "5", name: "Grace P.", handle: "@grace", testimonial: "The pastries are pure art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-coffe-phone-cafe_1303-9651.jpg" }
]}
showRating={true}
title="A Global Standard"
@@ -376,21 +169,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Can I reserve a table?",
content: "Yes, for members and special events.",
},
{
id: "2",
title: "Do you offer catering?",
content: "We offer premium catering for corporate events.",
},
{
id: "3",
title: "Are your beans sustainable?",
content: "All our beans are ethically sourced.",
},
{ id: "1", title: "Can I reserve a table?", content: "Yes, for members and special events." },
{ id: "2", title: "Do you offer catering?", content: "We offer premium catering for corporate events." },
{ id: "3", title: "Are your beans sustainable?", content: "All our beans are ethically sourced." }
]}
title="Common Inquiries"
description="Get to know Aura better."
@@ -404,21 +185,10 @@ export default function LandingPage() {
title="Visit Aura"
description="Join our journey into modern luxury."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "email",
type: "email",
placeholder: "Email",
},
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" }
]}
textarea={{
name: "message",
placeholder: "Your message",
}}
textarea={{ name: "message", placeholder: "Your message" }}
imageSrc="http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg"
mediaPosition="right"
/>
@@ -427,30 +197,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Products",
href: "#products",
},
],
},
{
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Privacy",
href: "#",
},
],
},
{ items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] }
]}
logoText="AURA"
/>
@@ -458,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}