Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-19 12:36:22 +00:00

View File

@@ -33,90 +33,60 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Campo Cafe"
button={{
text: "Order Online", href: "#contact"
}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="A Taste of Home at Campo Cafe"
description="Your cozy neighborhood spot for hearty breakfasts, juicy burgers, and the best homemade jam in town. Come for the food, stay for the warmth."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Call to Order",
href: "tel:+17197872248",
},
text: "Call to Order", href: "tel:+17197872248"},
]}
imageSrc="http://img.b2bpic.net/free-photo/arrangement-delicious-prepared-meal_23-2149043026.jpg"
imageAlt="Classic diner comfort food"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/table-arrangement-with-food-wedding-event_23-2150292091.jpg",
alt: "Happy regular diner guest",
},
src: "http://img.b2bpic.net/free-photo/table-arrangement-with-food-wedding-event_23-2150292091.jpg", alt: "Happy regular diner guest"},
{
src: "http://img.b2bpic.net/free-photo/table-full-food-indoors_23-2148941562.jpg",
alt: "Friendly local neighborhood regular",
},
src: "http://img.b2bpic.net/free-photo/table-full-food-indoors_23-2148941562.jpg", alt: "Friendly local neighborhood regular"},
{
src: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188014.jpg",
alt: "Smiling diner regular at lunch",
},
src: "http://img.b2bpic.net/free-photo/delicious-dessert-arrangement-winter_23-2149188014.jpg", alt: "Smiling diner regular at lunch"},
{
src: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg",
alt: "Diner staff greeting a guest",
},
src: "http://img.b2bpic.net/free-photo/view-elegant-dining-table-arrangement_52683-111484.jpg", alt: "Diner staff greeting a guest"},
{
src: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg",
alt: "Diner patron enjoying morning coffee",
},
src: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg", alt: "Diner patron enjoying morning coffee"},
]}
avatarText="Join 5,000+ local regulars"
marqueeItems={[
{
type: "text",
text: "Homemade Jam",
},
type: "text", text: "Homemade Jam"},
{
type: "text",
text: "Hearty Breakfasts",
},
type: "text", text: "Hearty Breakfasts"},
{
type: "text",
text: "Juicy Burgers",
},
type: "text", text: "Juicy Burgers"},
{
type: "text",
text: "Fresh Coffee",
},
type: "text", text: "Fresh Coffee"},
{
type: "text",
text: "Diner Classics",
},
type: "text", text: "Diner Classics"},
]}
/>
</div>
@@ -129,7 +99,7 @@ export default function LandingPage() {
description="Nestled in the heart of Campo, our cafe has become a sanctuary for those seeking a quiet escape and a genuinely delicious, hearty meal. From our kitchen to your table, we serve love, comfort, and homemade jam."
subdescription="Our friendly staff is dedicated to making every guest feel like family, whether you're dropping by for a morning brew or a satisfying lunch break."
icon={Coffee}
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -142,41 +112,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Hearty Breakfast Platter",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-toast-cup-tea-sackcloth_114579-52551.jpg",
},
id: "p1", name: "Hearty Breakfast Platter", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/wooden-cutting-board-with-toast-cup-tea-sackcloth_114579-52551.jpg"},
{
id: "p2",
name: "Signature Campo Burger",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg",
},
id: "p2", name: "Signature Campo Burger", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-coleslaw-cucumber-tomato-mushrooms-cheese-side-view_141793-2387.jpg"},
{
id: "p3",
name: "Sweet Potato Fries",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-lettuce-cheese-chopping-wooden-board-with-juice-bottle-table_23-2148165616.jpg",
},
id: "p3", name: "Sweet Potato Fries", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-lettuce-cheese-chopping-wooden-board-with-juice-bottle-table_23-2148165616.jpg"},
{
id: "p4",
name: "Rich Smooth Coffee",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg",
},
id: "p4", name: "Rich Smooth Coffee", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-coffee_23-2149703760.jpg"},
{
id: "p5",
name: "Fresh Lemonade",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-latte-cup-with-background-defocus-bakery-item_23-2148209236.jpg",
},
id: "p5", name: "Fresh Lemonade", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-latte-cup-with-background-defocus-bakery-item_23-2148209236.jpg"},
{
id: "p6",
name: "Avocado Toast & Egg",
price: "$11.00",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-natural-jam-slice-bread_23-2148525205.jpg",
},
id: "p6", name: "Avocado Toast & Egg", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-natural-jam-slice-bread_23-2148525205.jpg"},
]}
title="Menu Highlights"
description="Classic comfort food prepared daily with fresh ingredients."
@@ -190,23 +136,14 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
icon: Coffee,
title: "Coffee Cups Poured",
value: "10k+",
},
id: "m1", icon: Coffee,
title: "Coffee Cups Poured", value: "10k+"},
{
id: "m2",
icon: Utensils,
title: "Satisfied Customers",
value: "5k+",
},
id: "m2", icon: Utensils,
title: "Satisfied Customers", value: "5k+"},
{
id: "m3",
icon: Star,
title: "Average Rating",
value: "4.9",
},
id: "m3", icon: Star,
title: "Average Rating", value: "4.9"},
]}
title="The Campo Difference"
description="What our local regulars love about us."
@@ -220,40 +157,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
handle: "@sarah_foodie",
testimonial: "The best burger in Campo! The atmosphere is just so relaxing.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg",
},
id: "t1", name: "Sarah Miller", handle: "@sarah_foodie", testimonial: "The best burger in Campo! The atmosphere is just so relaxing.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg"},
{
id: "t2",
name: "James Henderson",
handle: "@jh_local",
testimonial: "I come for the homemade jam, I stay for the wonderful service.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg",
},
id: "t2", name: "James Henderson", handle: "@jh_local", testimonial: "I come for the homemade jam, I stay for the wonderful service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-holding-takeaway-coffee-cup_23-2147906467.jpg"},
{
id: "t3",
name: "Emily Watson",
handle: "@emily_w",
testimonial: "Such a cozy spot, perfect for catching up with friends.",
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-cafe_171337-18063.jpg",
},
id: "t3", name: "Emily Watson", handle: "@emily_w", testimonial: "Such a cozy spot, perfect for catching up with friends.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-cafe_171337-18063.jpg"},
{
id: "t4",
name: "Robert Clark",
handle: "@clark_robert",
testimonial: "Eggs are always cooked to perfection. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-student-sitting-university-library-coffee-break-from-studying_496169-1224.jpg",
},
id: "t4", name: "Robert Clark", handle: "@clark_robert", testimonial: "Eggs are always cooked to perfection. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-joyful-student-sitting-university-library-coffee-break-from-studying_496169-1224.jpg"},
{
id: "t5",
name: "Linda White",
handle: "@linda_white",
testimonial: "Everything feels homemade and fresh. Truly a neighborhood gem.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-bearded-male-trendy-black-hat-looking-with-happy-smile-enjoying-good-coffee-nice-weather-while-relaxing-cafe-alone-breakfast_273609-1752.jpg",
},
id: "t5", name: "Linda White", handle: "@linda_white", testimonial: "Everything feels homemade and fresh. Truly a neighborhood gem.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-bearded-male-trendy-black-hat-looking-with-happy-smile-enjoying-good-coffee-nice-weather-while-relaxing-cafe-alone-breakfast_273609-1752.jpg"},
]}
title="What Folks Are Saying"
description="Reviews from our wonderful local community."
@@ -265,14 +177,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Campo Local Daily",
"Colorado Eats",
"Main Street Merchants",
"Diner Lovers Union",
"Coffee Roasters Guild",
"Small Town Business Org",
"Campo Tourism Board",
]}
"Campo Local Daily", "Colorado Eats", "Main Street Merchants", "Diner Lovers Union", "Coffee Roasters Guild", "Small Town Business Org", "Campo Tourism Board"]}
title="Community Partners"
description="We are proud to be part of the vibrant Campo business community."
/>
@@ -284,20 +189,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do you accept reservations?",
content: "We operate on a first-come, first-served basis, creating a relaxed and accessible environment for everyone.",
},
id: "f1", title: "Do you accept reservations?", content: "We operate on a first-come, first-served basis, creating a relaxed and accessible environment for everyone."},
{
id: "f2",
title: "Is there parking available?",
content: "Yes, we offer free parking directly adjacent to our location.",
},
id: "f2", title: "Is there parking available?", content: "Yes, we offer free parking directly adjacent to our location."},
{
id: "f3",
title: "Are you wheelchair accessible?",
content: "Absolutely. Our diner is fully accessible for all patrons.",
},
id: "f3", title: "Are you wheelchair accessible?", content: "Absolutely. Our diner is fully accessible for all patrons."},
]}
title="Frequently Asked Questions"
description="Quick info for your visit."
@@ -312,24 +208,16 @@ export default function LandingPage() {
description="Stop by for a hearty breakfast or lunch. 405 S Main St, Campo, CO 81029. Phone: (719) 787-2248. Hours: Mon-Sat 6AM-2PM."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Questions or comments?",
rows: 4,
name: "message", placeholder: "Questions or comments?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"
/>
</div>
@@ -340,14 +228,10 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook",
},
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#",
ariaLabel: "Instagram",
},
href: "#", ariaLabel: "Instagram"},
]}
/>
</div>