Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64fa5a630b | |||
| 8aedbcb19b | |||
| beebfea5d5 |
142
src/app/page.tsx
142
src/app/page.tsx
@@ -31,16 +31,12 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "About", id: "about" },
|
||||||
{
|
{ name: "Menu", id: "catering" },
|
||||||
name: "About", id: "about"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Catering", id: "catering"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Welcome to the Oscars Bistro and Catering"
|
brandName="Oscar's"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -49,12 +45,10 @@ export default function LandingPage() {
|
|||||||
logoText="Welcome to the Oscars Bistro and Catering"
|
logoText="Welcome to the Oscars Bistro and Catering"
|
||||||
description="Experience culinary excellence with our curated bistro menu and professional catering services. From intimate dinners to large corporate events, we bring quality and passion to every plate."
|
description="Experience culinary excellence with our curated bistro menu and professional catering services. From intimate dinners to large corporate events, we bring quality and passion to every plate."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "View Menu", href: "#catering" },
|
||||||
text: "View Menu", href: "#catering"},
|
{ text: "Book Catering", href: "#contact" },
|
||||||
{
|
|
||||||
text: "Book Catering", href: "#contact"},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=1"
|
||||||
imageAlt="Oscar's Bistro Interior"
|
imageAlt="Oscar's Bistro Interior"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -65,8 +59,7 @@ export default function LandingPage() {
|
|||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
title="Crafting Memorable Dining Experiences Since 2010"
|
title="Crafting Memorable Dining Experiences Since 2010"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Learn More", href: "#" },
|
||||||
text: "Learn More", href: "#"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -78,26 +71,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Artisan Ingredients", description: "Fresh, locally sourced produce and premium meats delivered daily.", media: {
|
title: "Artisan Ingredients", description: "Fresh, locally sourced produce and premium meats delivered daily.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-odukjor5.png?_wi=1", imageAlt: "Gourmet ingredients" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-turquoise-chairs-white-walls-french-windows-curtains_140725-8450.jpg?_wi=2", imageAlt: "gourmet artisan bread selection close-up"},
|
|
||||||
items: [],
|
|
||||||
reverse: false,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Curated Wine Pairing", description: "Hand-picked vintages to complement every dish on our menu.", media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-garnishing-dish_23-2148763143.jpg", imageAlt: "gourmet artisan bread selection close-up"},
|
|
||||||
items: [],
|
|
||||||
reverse: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Freshness First", description: "Organic herbs and farm-to-table vegetables ensure peak flavor.", media: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg?_wi=1", imageAlt: "gourmet artisan bread selection close-up"},
|
|
||||||
items: [],
|
items: [],
|
||||||
reverse: false,
|
reverse: false,
|
||||||
},
|
},
|
||||||
|
{ title: "Curated Wine Pairing", description: "Hand-picked vintages to complement every dish.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=2", imageAlt: "Wine selection" }, items: [], reverse: true },
|
||||||
]}
|
]}
|
||||||
title="Signature Culinary Excellence"
|
title="Signature Culinary Excellence"
|
||||||
description="We blend traditional techniques with modern flavors, ensuring every bite is a testament to our commitment to quality."
|
description="We blend traditional techniques with modern flavors."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -108,21 +89,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="asymmetric-60-wide-40-narrow"
|
gridVariant="asymmetric-60-wide-40-narrow"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "Signature Steak Frites", price: "$34", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=3" },
|
||||||
id: "p1", name: "Gourmet Buffet", price: "From $45/pp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg?_wi=2"},
|
{ id: "p2", name: "Herb Roasted Chicken", price: "$28", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-odukjor5.png?_wi=2" },
|
||||||
{
|
{ id: "p3", name: "Truffle Risotto", price: "$32", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=4" },
|
||||||
id: "p2", name: "Appetizer Assortment", price: "From $20/pp", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-gourmet-food-concept_23-2148510830.jpg"},
|
|
||||||
{
|
|
||||||
id: "p3", name: "Dessert Platter", price: "From $15/pp", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-creamy-cake-with-chocolate-cookies-dark-background-biscuit-sugar-cake-sweet-pie_140725-115797.jpg"},
|
|
||||||
{
|
|
||||||
id: "p4", name: "Charcuterie Boards", price: "From $120", imageSrc: "http://img.b2bpic.net/free-photo/cheese-plate-with-red-wine-side-view_140725-11214.jpg"},
|
|
||||||
{
|
|
||||||
id: "p5", name: "Seafood Display", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510871.jpg"},
|
|
||||||
{
|
|
||||||
id: "p6", name: "Main Course Service", price: "From $60/pp", imageSrc: "http://img.b2bpic.net/free-photo/salmon-salad-with-lettuce-tomatoes-corn-orange-grapefruit-pomegranate-cream-1_140725-8791.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Catering Collections"
|
title="Our Bistro Menu"
|
||||||
description="Elevate your next event with Oscar's professional catering. Custom menus for any occasion."
|
description="A refined selection of seasonally inspired dishes."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -131,33 +103,14 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[]}
|
||||||
{
|
|
||||||
id: "1", name: "Elena Ross", role: "Food Critic", company: "Metro News", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg"},
|
|
||||||
{
|
|
||||||
id: "2", name: "Marcus Chen", role: "Local Resident", company: "Client", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-customer_1170-635.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Sarah Miller", role: "Regular", company: "Client", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-teenager-with-drink-mobile_1157-1131.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "David Thorne", role: "Director", company: "Thorne Corp", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Julia Vance", role: "Loyal Guest", company: "Client", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-man-luxurious-restaurant_23-2150517452.jpg"},
|
|
||||||
]}
|
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{ value: "15K+", label: "Meals Served" },
|
||||||
value: "15K+", label: "Meals Served"},
|
{ value: "500+", label: "Events Catered" },
|
||||||
{
|
{ value: "4.9★", label: "Guest Rating" },
|
||||||
value: "500+", label: "Events Catered"},
|
|
||||||
{
|
|
||||||
value: "4.9★", label: "Guest Rating"},
|
|
||||||
]}
|
]}
|
||||||
title="Loved by Our Guests"
|
title="Loved by Our Guests"
|
||||||
description="Hear what our regulars and corporate clients have to say about their experience with Oscar's."
|
description="Hear what our regulars have to say."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -167,15 +120,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "14", title: "Years Experience", description: "Hospitality excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E2oxrFNdTdNNe7sGSUmkXqtimh/uploaded-1779387645741-j7nvn403.png?_wi=5" },
|
||||||
id: "m1", value: "14", title: "Years Experience", description: "Committed to local hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-lettuce-chicken-corn-greens_141793-1252.jpg"},
|
|
||||||
{
|
|
||||||
id: "m2", value: "99%", title: "Satisfaction Rate", description: "Our guests keep coming back.", imageSrc: "http://img.b2bpic.net/free-photo/calling-by-lunch_1098-12843.jpg"},
|
|
||||||
{
|
|
||||||
id: "m3", value: "100+", title: "Corporate Partners", description: "Trusted by local industry leaders.", imageSrc: "http://img.b2bpic.net/free-photo/small-glasses-with-drinks-plate-with-sliced-limes_8353-10646.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="By The Numbers"
|
title="By The Numbers"
|
||||||
description="Our dedication to quality is reflected in the milestones we reach alongside our community."
|
description="Our commitment to quality."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -184,15 +132,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Do you offer catering?", content: "Yes, for all events." },
|
||||||
id: "q1", title: "Do you offer private catering?", content: "Yes, we specialize in corporate and private event catering."},
|
|
||||||
{
|
|
||||||
id: "q2", title: "How far in advance to book?", content: "For large events, please book at least 2 weeks in advance."},
|
|
||||||
{
|
|
||||||
id: "q3", title: "Can you handle dietary restrictions?", content: "We offer custom menus and cater to all dietary needs."},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Answers to commonly asked questions regarding our bistro and catering services."
|
description="Everything you need to know."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -200,45 +143,26 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient"}}
|
|
||||||
tag="Book Now"
|
tag="Book Now"
|
||||||
title="Ready to Plan Your Event?"
|
title="Ready to Plan Your Event?"
|
||||||
description="Get in touch with Oscar's today to discuss your next catering occasion."
|
description="Get in touch today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Send Inquiry", href: "#" },
|
||||||
text: "Send Inquiry", href: "#"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Welcome to the Oscars Bistro and Catering"
|
logoText="Oscar's Bistro"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Navigation", items: [{ label: "Menu", href: "#catering" }, { label: "Contact", href: "#contact" }] },
|
||||||
title: "Navigation", items: [
|
|
||||||
{
|
|
||||||
label: "Menu", href: "#catering"},
|
|
||||||
{
|
|
||||||
label: "About", href: "#about"},
|
|
||||||
{
|
|
||||||
label: "Bookings", href: "#contact"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal", items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Terms of Service", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 Welcome to the Oscars Bistro and Catering. All rights reserved."
|
copyrightText="© 2025 Oscar's Bistro. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user