Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-21 19:08:48 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Menu",
id: "menu",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Location",
id: "location",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "Menu", id: "menu" },
{ name: "Reviews", id: "reviews" },
{ name: "Location", id: "location" },
{ name: "Contact", id: "contact" }
]}
brandName="Justine's Café"
/>
@@ -58,69 +43,30 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplit
background="plain"
background={{ variant: "plain" }}
title="Great food, great people, great place."
description="Justine's Café has been serving Westlake Village and Thousand Oaks since 2005. We pride ourselves on offering quality breakfast and lunch made fresh to order. Whether customers need a quick wholesome meal, delivery to the office, or catering for a gathering, Justines Café delivers delicious food with friendly service."
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Call for Delivery",
href: "tel:8188798786",
},
{
text: "Order Catering",
href: "#contact",
},
{ text: "View Menu", href: "#menu" },
{ text: "Call for Delivery", href: "tel:8188798786" },
{ text: "Order Catering", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/indian-tasty-roti-composition_23-2149073368.jpg"
imageAlt="cozy cafe breakfast table"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/fajita_23-2148024766.jpg",
alt: "Fajita",
},
{
src: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-copyspace_23-2148131342.jpg",
alt: "Flat lay mexican food composition with copyspace",
},
{
src: "http://img.b2bpic.net/free-photo/top-view-pastry-with-vegetables-inside-plate-along-with-seasonings-white-background-pastry-food-meal-lunch_140725-22935.jpg",
alt: "Top view pastry with vegetables inside plate along with seasonings on the white background pastry food meal lunch",
},
{
src: "http://img.b2bpic.net/free-photo/garnished-delicious-mexican-nachos-plate-with-tacos_23-2148042533.jpg",
alt: "Garnished delicious mexican nachos in plate with tacos",
},
{
src: "http://img.b2bpic.net/free-photo/happy-saturday-embedded-grey-background-with-cookies-cup-drink-around_114579-84966.jpg",
alt: "Happy saturday embedded on grey background with cookies and a cup of drink around",
},
{ src: "http://img.b2bpic.net/free-photo/fajita_23-2148024766.jpg", alt: "Fajita" },
{ src: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food-composition-with-copyspace_23-2148131342.jpg", alt: "Flat lay mexican food composition with copyspace" },
{ src: "http://img.b2bpic.net/free-photo/top-view-pastry-with-vegetables-inside-plate-along-with-seasonings-white-background-pastry-food-meal-lunch_140725-22935.jpg", alt: "Top view pastry with vegetables inside plate along with seasonings on the white background pastry food meal lunch" },
{ src: "http://img.b2bpic.net/free-photo/garnished-delicious-mexican-nachos-plate-with-tacos_23-2148042533.jpg", alt: "Garnished delicious mexican nachos in plate with tacos" },
{ src: "http://img.b2bpic.net/free-photo/happy-saturday-embedded-grey-background-with-cookies-cup-drink-around_114579-84966.jpg", alt: "Happy saturday embedded on grey background with cookies and a cup of drink around" }
]}
marqueeItems={[
{
type: "text",
text: "Fresh Local Ingredients",
},
{
type: "text",
text: "Family Owned & Operated",
},
{
type: "text",
text: "Serving Since 2005",
},
{
type: "text",
text: "Westlake Village Favorite",
},
{
type: "text",
text: "Office Catering Experts",
},
{ type: "text", text: "Fresh Local Ingredients" },
{ type: "text", text: "Family Owned & Operated" },
{ type: "text", text: "Serving Since 2005" },
{ type: "text", text: "Westlake Village Favorite" },
{ type: "text", text: "Office Catering Experts" }
]}
/>
</div>
@@ -145,20 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Dine In",
description: "Relax on our covered patio seating.",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg",
},
title: "Dine In", description: "Relax on our covered patio seating.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg"},
{
title: "Delivery",
description: "Minimum $10 order within 2 miles to business locations.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-delivery-guy-taking-selfie_23-2148546018.jpg",
},
title: "Delivery", description: "Minimum $10 order within 2 miles to business locations.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-delivery-guy-taking-selfie_23-2148546018.jpg"},
{
title: "Catering",
description: "Call us to plan your next office gathering or group event.",
imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_74190-354.jpg",
},
title: "Catering", description: "Call us to plan your next office gathering or group event.", imageSrc: "http://img.b2bpic.net/free-photo/catering-buffet_74190-354.jpg"}
]}
title="Serving You Fresh Daily"
description="We ensure every visit is convenient, wholesome, and delicious."
@@ -172,51 +109,16 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "m1",
name: "Breakfast Burrito",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/wraps-vegetables-plate_23-2148381339.jpg",
},
{
id: "m2",
name: "Western Omelet",
price: "$14.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-omelette-pan-with-tomatoes-copy-space_23-2148417367.jpg",
},
{
id: "m3",
name: "BBQ Chicken Wrap",
price: "$13.75",
imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll-with-tuna-corn-salad_1339-6840.jpg",
},
{
id: "m4",
name: "Philly Cheese Steak",
price: "$13.50",
imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg",
},
{
id: "m5",
name: "Cobb Salad",
price: "$14.80",
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozzarella-avocado_1220-7103.jpg",
},
{
id: "m6",
name: "Cowboy Burger",
price: "$10.00",
imageSrc: "http://img.b2bpic.net/free-photo/cheese-burger-with-french-fries-table_140725-7219.jpg",
},
{ id: "m1", name: "Breakfast Burrito", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/wraps-vegetables-plate_23-2148381339.jpg" },
{ id: "m2", name: "Western Omelet", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-breakfast-omelette-pan-with-tomatoes-copy-space_23-2148417367.jpg" },
{ id: "m3", name: "BBQ Chicken Wrap", price: "$13.75", imageSrc: "http://img.b2bpic.net/free-photo/wrap-salad-roll-with-tuna-corn-salad_1339-6840.jpg" },
{ id: "m4", name: "Philly Cheese Steak", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/veggie-quinoa-burger-with-sprouts-flax-seeds-white-plate_23-2148165627.jpg" },
{ id: "m5", name: "Cobb Salad", price: "$14.80", imageSrc: "http://img.b2bpic.net/free-photo/salad-with-mozzarella-avocado_1220-7103.jpg" },
{ id: "m6", name: "Cowboy Burger", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/cheese-burger-with-french-fries-table_140725-7219.jpg" }
]}
title="Our Signature Menu"
description="Freshly made to order, breakfast and lunch classics."
buttons={[
{
text: "Download Full Menu",
href: "#",
},
]}
buttons={[{ text: "Download Full Menu", href: "#" }]}
/>
</div>
@@ -226,41 +128,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Big P.",
handle: "Yelp Reviewer",
testimonial: "One of the best breakfast burritos in Thousand Oaks / Westlake!",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-sitting-kitchen-using-laptop_171337-4146.jpg",
},
{
id: "t2",
name: "Jeffereeee P.",
handle: "Yelp Reviewer",
testimonial: "Staff is always friendly and service is fast. Burritos are filling, omelets are good.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg",
},
{
id: "t3",
name: "David H.",
handle: "Google Reviewer",
testimonial: "Great food! Highly recommend stopping by for a quick lunch.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
},
{
id: "t4",
name: "Sarah J.",
handle: "Local Resident",
testimonial: "The service is exceptional and the quality of ingredients is consistent.",
imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-toast-egg-bacon-vegetables-rustic-style-wooden-table_2829-19799.jpg",
},
{
id: "t5",
name: "Mike R.",
handle: "Business Client",
testimonial: "Our office orders catering from Justine's often. Always reliable.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018863.jpg",
},
{ id: "t1", name: "Big P.", handle: "Yelp Reviewer", testimonial: "One of the best breakfast burritos in Thousand Oaks / Westlake!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-sitting-kitchen-using-laptop_171337-4146.jpg" },
{ id: "t2", name: "Jeffereeee P.", handle: "Yelp Reviewer", testimonial: "Staff is always friendly and service is fast. Burritos are filling, omelets are good.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-paying-bill-after-lunch-bar-man-is-using-smart-phone-contactless-payment_637285-631.jpg" },
{ id: "t3", name: "David H.", handle: "Google Reviewer", testimonial: "Great food! Highly recommend stopping by for a quick lunch.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg" },
{ id: "t4", name: "Sarah J.", handle: "Local Resident", testimonial: "The service is exceptional and the quality of ingredients is consistent.", imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-toast-egg-bacon-vegetables-rustic-style-wooden-table_2829-19799.jpg" },
{ id: "t5", name: "Mike R.", handle: "Business Client", testimonial: "Our office orders catering from Justine's often. Always reliable.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-dinner-restaurant_23-2148018863.jpg" }
]}
title="What Our Community Says"
description="We are proud of our local reputation in Thousand Oaks and Westlake."
@@ -273,27 +145,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "loc1",
value: "7:00 AM 3:30 PM",
title: "Business Hours",
description: "Monday Friday",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-hello-winter-sign_23-2148350146.jpg",
},
{
id: "loc2",
value: "8:00 AM 3:00 PM",
title: "Delivery Hours",
description: "Monday Friday",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006252.jpg",
},
{
id: "loc3",
value: "31356 Via Colinas",
title: "Location",
description: "Suite 103, Westlake Village, CA 91362",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg",
},
{ id: "loc1", value: "7:00 AM 3:30 PM", title: "Business Hours", description: "Monday Friday", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-hello-winter-sign_23-2148350146.jpg" },
{ id: "loc2", value: "8:00 AM 3:00 PM", title: "Delivery Hours", description: "Monday Friday", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman_23-2148006252.jpg" },
{ id: "loc3", value: "31356 Via Colinas", title: "Location", description: "Suite 103, Westlake Village, CA 91362", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-business-owner-standing-outdoors_23-2149434497.jpg" }
]}
title="Visit Us in Westlake Village"
description="Located in Westlake Village Industrial Park, corner of Thousand Oaks Blvd & Via Colinas."
@@ -303,9 +157,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Ready for a great meal?"
description="Contact Justines Café for delivery or catering orders. Please call us directly to speak with a representative at 818-879-8786."
@@ -318,56 +170,26 @@ export default function LandingPage() {
logoText="Justines Café"
columns={[
{
title: "Navigation",
items: [
{
label: "Home",
href: "#home",
},
{
label: "Menu",
href: "#menu",
},
{
label: "Location",
href: "#location",
},
],
title: "Navigation", items: [
{ label: "Home", href: "#home" },
{ label: "Menu", href: "#menu" },
{ label: "Location", href: "#location" }
]
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Delivery Policy",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "Delivery Policy", href: "#" },
{ label: "Privacy Policy", href: "#" }
]
},
{
title: "Socials",
items: [
{
label: "Facebook",
href: "#",
},
{
label: "Twitter",
href: "#",
},
{
label: "Yelp",
href: "#",
},
],
},
title: "Socials", items: [
{ label: "Facebook", href: "#" },
{ label: "Twitter", href: "#" },
{ label: "Yelp", href: "#" }
]
}
]}
copyrightText="© 2025 Justines Café | All Rights Reserved"
/>