Merge version_1 into main #2
226
src/app/page.tsx
226
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "catering",
|
||||
},
|
||||
name: "Events", id: "catering"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Olivitta"
|
||||
/>
|
||||
@@ -54,116 +46,67 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Olivitta Deli Bar & Café"
|
||||
description="Artisan deli. Specialty coffee. Mediterranean soul. Open daily from 7am — your neighborhood ritual starts here."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=1",
|
||||
imageAlt: "Sunlit interior marble counters",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Sunlit interior marble counters"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=2",
|
||||
imageAlt: "Barista pouring latte",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Barista pouring latte"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=3",
|
||||
imageAlt: "Artisan bread display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Artisan bread display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=4",
|
||||
imageAlt: "Copper pan interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Copper pan interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=5",
|
||||
imageAlt: "Mediterranean vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Mediterranean vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=6",
|
||||
imageAlt: "Cafe ritual",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Cafe ritual"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=7",
|
||||
imageAlt: "Fresh produce",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Fresh produce"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=8",
|
||||
imageAlt: "Aperitivo setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Aperitivo setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=9",
|
||||
imageAlt: "Pastries display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Pastries display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=10",
|
||||
imageAlt: "Wine selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Wine selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=11",
|
||||
imageAlt: "Marble details",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Marble details"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=12",
|
||||
imageAlt: "Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg", imageAlt: "Atmosphere"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-sitting-outdoor-terrace-drinking-coffee-watching-people-around-cozy-atmosphere-vintage-dress-blonde-hairs-traveling-europe_291049-1165.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-sitting-outdoor-terrace-drinking-coffee-watching-people-around-cozy-atmosphere-vintage-dress-blonde-hairs-traveling-europe_291049-1165.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-woman-sitting-kitchen-with-smartphone-cooking-salad-has-chopping-board-olive_1258-203794.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-woman-sitting-kitchen-with-smartphone-cooking-salad-has-chopping-board-olive_1258-203794.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-with-straight-long-hair-sitting-cafe-appealing-european-girl-jacket-waiting-coffee_197531-17224.jpg",
|
||||
alt: "Emily R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-woman-with-straight-long-hair-sitting-cafe-appealing-european-girl-jacket-waiting-coffee_197531-17224.jpg", alt: "Emily R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg",
|
||||
alt: "Owner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg", alt: "Owner"},
|
||||
]}
|
||||
avatarText="Join 2,000+ happy regulars"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisan Goods",
|
||||
},
|
||||
type: "text", text: "Artisan Goods"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Daily",
|
||||
},
|
||||
type: "text", text: "Fresh Daily"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Specialty Roast",
|
||||
},
|
||||
type: "text", text: "Specialty Roast"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mediterranean Roots",
|
||||
},
|
||||
type: "text", text: "Mediterranean Roots"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -173,9 +116,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A love letter to slow mornings and long lunches."
|
||||
description={[
|
||||
"Olivitta is where hand-sliced prosciutto meets single-origin espresso. Where a glass of natural wine at 4pm is not just acceptable — it's encouraged.",
|
||||
"We source obsessively, prepare with care, and serve with warmth.",
|
||||
]}
|
||||
"Olivitta is where hand-sliced prosciutto meets single-origin espresso. Where a glass of natural wine at 4pm is not just acceptable — it's encouraged.", "We source obsessively, prepare with care, and serve with warmth."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,19 +128,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "The Deli",
|
||||
description: "House-cured meats. Imported cheeses. Antipasti made fresh daily.",
|
||||
},
|
||||
title: "The Deli", description: "House-cured meats. Imported cheeses. Antipasti made fresh daily."},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "The Café",
|
||||
description: "Single-origin beans roasted locally. Pastries baked before dawn.",
|
||||
},
|
||||
title: "The Café", description: "Single-origin beans roasted locally. Pastries baked before dawn."},
|
||||
{
|
||||
icon: Wine,
|
||||
title: "The Bar",
|
||||
description: "Natural wines. Classic aperitivo. Craft cocktails with an Italian accent.",
|
||||
},
|
||||
title: "The Bar", description: "Natural wines. Classic aperitivo. Craft cocktails with an Italian accent."},
|
||||
]}
|
||||
title="Our Offerings"
|
||||
description="From morning rituals to golden hour escapes."
|
||||
@@ -208,50 +143,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Food Critic",
|
||||
company: "Local Times",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-sitting-outdoor-terrace-drinking-coffee-watching-people-around-cozy-atmosphere-vintage-dress-blonde-hairs-traveling-europe_291049-1165.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Food Critic", company: "Local Times", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-sitting-outdoor-terrace-drinking-coffee-watching-people-around-cozy-atmosphere-vintage-dress-blonde-hairs-traveling-europe_291049-1165.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "Subscriber",
|
||||
company: "City Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-sitting-kitchen-with-smartphone-cooking-salad-has-chopping-board-olive_1258-203794.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "Subscriber", company: "City Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-sitting-kitchen-with-smartphone-cooking-salad-has-chopping-board-olive_1258-203794.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Regular",
|
||||
company: "Artisan Lane",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-with-straight-long-hair-sitting-cafe-appealing-european-girl-jacket-waiting-coffee_197531-17224.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Regular", company: "Artisan Lane", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-with-straight-long-hair-sitting-cafe-appealing-european-girl-jacket-waiting-coffee_197531-17224.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Visitor",
|
||||
company: "Coffee Enthusiast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Visitor", company: "Coffee Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491782.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Rossi",
|
||||
role: "Chef",
|
||||
company: "Gourmet Digest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-sitting-outdoor-terrace-drinking-coffee-watching-people-around-cozy-atmosphere-vintage-dress-blonde-hairs-traveling-europe_291049-1165.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Elena Rossi", role: "Chef", company: "Gourmet Digest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-sitting-outdoor-terrace-drinking-coffee-watching-people-around-cozy-atmosphere-vintage-dress-blonde-hairs-traveling-europe_291049-1165.jpg"},
|
||||
]}
|
||||
title="From Our Neighbors"
|
||||
description="Stories from the heart of Artisan Lane."
|
||||
@@ -266,23 +177,11 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Owner & Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg?_wi=1",
|
||||
imageAlt: "Chef at the counter",
|
||||
},
|
||||
id: "1", name: "Owner & Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg", imageAlt: "Chef at the counter"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lead Barista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg?_wi=2",
|
||||
imageAlt: "Coffee expert",
|
||||
},
|
||||
id: "2", name: "Lead Barista", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg", imageAlt: "Coffee expert"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sommelier",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg?_wi=3",
|
||||
imageAlt: "Wine curator",
|
||||
},
|
||||
id: "3", name: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dark-long-hair-smiling-coffee-shop_273609-2807.jpg", imageAlt: "Wine curator"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -292,8 +191,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Newsletter"
|
||||
title="Join our ritual"
|
||||
description="Sign up for seasonal menus and event invitations."
|
||||
@@ -302,36 +200,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg?_wi=13"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurry-view-workplace_1203-1055.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user