Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe66519c6c | |||
| 6d099c477f | |||
| d8b4345ba4 |
159
src/app/page.tsx
159
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Olympia Star"
|
||||
/>
|
||||
@@ -52,33 +44,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Fresh. Fast. 24/7. Your Chelsea Neighborhood Spot."
|
||||
description="Olympia Star Deli and Juice is your go-to Chelsea institution. From classic NYC chopped cheese to custom fresh-pressed juices, we're open 24/7 to serve the community."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:2129245074",
|
||||
},
|
||||
text: "Call Now", href: "tel:2129245074"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=1",
|
||||
imageAlt: "Olympia Star Storefront",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=1", imageAlt: "Olympia Star Storefront"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=2",
|
||||
imageAlt: "Fresh Juice Bar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=2", imageAlt: "Fresh Juice Bar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=3",
|
||||
imageAlt: "Deli Food Station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=3", imageAlt: "Deli Food Station"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -92,45 +73,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Resident",
|
||||
company: "Chelsea",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-eating-hamburger-outdoor-street_231208-12157.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Resident", company: "Chelsea", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-eating-hamburger-outdoor-street_231208-12157.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Regular",
|
||||
company: "Chelsea",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269143.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Regular", company: "Chelsea", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269143.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena R.",
|
||||
role: "Local",
|
||||
company: "Chelsea",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-feeling-motivated-while-running-beach-copy-space_637285-1933.jpg",
|
||||
},
|
||||
id: "3", name: "Elena R.", role: "Local", company: "Chelsea", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-athletic-woman-feeling-motivated-while-running-beach-copy-space_637285-1933.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Commuter",
|
||||
company: "Chelsea",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Commuter", company: "Chelsea", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-executives-showing-thumbs-up_1098-1828.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Julia M.",
|
||||
role: "Student",
|
||||
company: "Chelsea",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sleeping-outdoors_23-2149247318.jpg",
|
||||
},
|
||||
id: "5", name: "Julia M.", role: "Student", company: "Chelsea", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sleeping-outdoors_23-2149247318.jpg"},
|
||||
]}
|
||||
title="Community Favorites"
|
||||
description="What our Chelsea neighbors are saying about their daily spot."
|
||||
@@ -146,28 +102,16 @@ export default function LandingPage() {
|
||||
description="Our numbers speak for our dedication to the neighborhood."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
title: "Open Hours",
|
||||
items: [
|
||||
"Always available",
|
||||
],
|
||||
id: "m1", value: "24/7", title: "Open Hours", items: [
|
||||
"Always available"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
title: "Freshness",
|
||||
items: [
|
||||
"Sourced locally",
|
||||
],
|
||||
id: "m2", value: "100%", title: "Freshness", items: [
|
||||
"Sourced locally"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Serving NYC",
|
||||
],
|
||||
id: "m3", value: "15+", title: "Years Experience", items: [
|
||||
"Serving NYC"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -182,25 +126,9 @@ export default function LandingPage() {
|
||||
description="Updates and highlights from the team."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Events",
|
||||
title: "Community Gathering",
|
||||
excerpt: "Join us for our monthly neighborhood brunch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=4",
|
||||
authorName: "Team Olympia",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg",
|
||||
date: "2024-10-01",
|
||||
},
|
||||
id: "b1", category: "Events", title: "Community Gathering", excerpt: "Join us for our monthly neighborhood brunch.", imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=4", authorName: "Team Olympia", authorAvatar: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg", date: "2024-10-01"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Menu",
|
||||
title: "New Green Juice",
|
||||
excerpt: "Try our latest signature kale blend.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=5",
|
||||
authorName: "Chef Dave",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg",
|
||||
date: "2024-09-25",
|
||||
},
|
||||
id: "b2", category: "Menu", title: "New Green Juice", excerpt: "Try our latest signature kale blend.", imageSrc: "http://img.b2bpic.net/free-photo/kids-organising-lemonade-stand_23-2149430996.jpg?_wi=5", authorName: "Chef Dave", authorAvatar: "http://img.b2bpic.net/free-photo/healthy-lifestyle-sustained-home_23-2149362443.jpg", date: "2024-09-25"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -212,15 +140,9 @@ export default function LandingPage() {
|
||||
sideDescription="We're here to help you get the best out of your deli visit."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, through all major delivery apps.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver?", content: "Yes, through all major delivery apps."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you really open 24/7?",
|
||||
content: "Absolutely, we never close.",
|
||||
},
|
||||
id: "q2", title: "Are you really open 24/7?", content: "Absolutely, we never close."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -231,30 +153,21 @@ export default function LandingPage() {
|
||||
logoText="Olympia Star Deli"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "761 6th Ave, NY 10001",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "761 6th Ave, NY 10001", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Call Us",
|
||||
items: [
|
||||
title: "Call Us", items: [
|
||||
{
|
||||
label: "(212) 924-5074",
|
||||
href: "tel:2129245074",
|
||||
},
|
||||
label: "(212) 924-5074", href: "tel:2129245074"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Our Commitment", items: [
|
||||
{
|
||||
label: "24/7 - Open Always",
|
||||
href: "#",
|
||||
},
|
||||
label: "Order Now", href: "/menu"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user