3 Commits

Author SHA1 Message Date
1f18fa1051 Merge version_2 into main
Merge version_2 into main
2026-04-07 12:46:20 +00:00
8e6b1ec329 Update src/app/page.tsx 2026-04-07 12:46:17 +00:00
e536390ca2 Merge version_1 into main
Merge version_1 into main
2026-04-07 12:43:57 +00:00

View File

@@ -30,83 +30,34 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Tree Services", name: "Tree Services", id: "/"},
id: "/",
},
{ {
name: "Chez Mamane", name: "Chez Mamane", id: "/restaurant"},
id: "/restaurant",
},
]} ]}
brandName="Business Suite" brandName="Chez Mamane"
/> />
</div> </div>
<div id="hero-tree" data-section="hero-tree"> <div id="hero-tree" data-section="hero-tree">
<HeroCentered <HeroCentered
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}} title="Chez Mamane - Authentic Paris Cuisine"
title="Fast, Safe & Affordable Tree Services Near You" description="Experience the finest traditional French flavors in the heart of the city. Join us for an unforgettable dining experience."
description="Licensed & insured. Same-day estimates available. Serving your local area with excellence."
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/gourmet-meal-being-served-restaurant_23-2149176374.jpg", alt: "Food" },
src: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", { src: "http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish_23-2149176370.jpg", alt: "Chef" },
alt: "Client 1", { src: "http://img.b2bpic.net/free-photo/gourmet-meal-being-served-restaurant_23-2149176374.jpg", alt: "Service" }
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
alt: "Client 5",
},
]} ]}
buttons={[ buttons={[
{ { text: "BOOK A TABLE", href: "#contact-tree" },
text: "CALL NOW", { text: "VIEW MENU", href: "#services-tree" },
href: "tel:5550123",
},
{
text: "GET FREE ESTIMATE",
href: "#contact",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ { type: "text", text: "Authentic French Cuisine" },
type: "text-icon", { type: "text", text: "Locally Sourced Ingredients" },
text: "Licensed & Insured", { type: "text", text: "Award Winning Chef" },
icon: ShieldCheck, { type: "text", text: "Private Events" },
},
{
type: "text-icon",
text: "24/7 Emergency",
icon: Clock,
},
{
type: "text-icon",
text: "Eco-Friendly",
icon: Leaf,
},
{
type: "text-icon",
text: "Fast Response",
icon: Zap,
},
{
type: "text-icon",
text: "Local Experts",
icon: MapPin,
},
]} ]}
/> />
</div> </div>
@@ -118,35 +69,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "s1", id: "s1", title: "Signature Entrees", tags: ["Traditional", "Popular"],
title: "Tree Removal", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-meal-being-served-restaurant_23-2149176374.jpg"},
tags: [
"Safety",
"Fast",
],
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=1",
},
{ {
id: "s2", id: "s2", title: "Exquisite Wines", tags: ["Vintage", "Pairing"],
title: "Tree Trimming", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-with-food_23-2149176374.jpg"},
tags: [
"Health",
"Aesthetics",
],
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=2",
},
{ {
id: "s3", id: "s3", title: "Decadent Desserts", tags: ["Sweet", "Homemade"],
title: "Emergency Service", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-served_23-2149176374.jpg"},
tags: [
"24/7",
"Storm",
],
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=3",
},
]} ]}
title="Our Tree Services" title="Our Menu Highlights"
description="Professional care for every tree." description="A curated selection of seasonal delights."
/> />
</div> </div>
@@ -154,20 +87,14 @@ export default function LandingPage() {
<FaqDouble <FaqDouble
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Common Questions" title="Restaurant FAQ"
description="Everything you need to know about our tree care process." description="Find answers to common questions about dining with us."
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do you take reservations?", content: "Yes, we recommend booking in advance for weekend dinners."},
title: "Are you licensed?",
content: "Yes, we are fully licensed and insured for your protection.",
},
{ {
id: "f2", id: "f2", title: "Are you vegan friendly?", content: "We offer a variety of plant-based dishes on our seasonal menu."},
title: "Do you offer emergency service?",
content: "We offer 24/7 emergency tree removal for storm damage.",
},
]} ]}
/> />
</div> </div>
@@ -177,25 +104,15 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Client Reviews" title="What Diners Say"
description="Hear what our local neighbors have to say." description="Celebrating culinary excellence with our community."
showRating={true} showRating={true}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Julien R.", handle: "@julienr", testimonial: "Authentic flavors that remind me of home!", rating: 5,
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Excellent service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg",
}, },
{ {
id: "t2", id: "t2", name: "Claire M.", handle: "@clairem", testimonial: "The wine pairing was simply divine.", rating: 5,
name: "Mark D.",
handle: "@markd",
testimonial: "Fast and clean.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-enjoying-drinks_23-2147859549.jpg",
}, },
]} ]}
/> />
@@ -204,43 +121,25 @@ export default function LandingPage() {
<div id="contact-tree" data-section="contact-tree"> <div id="contact-tree" data-section="contact-tree">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Request Estimate" title="Reserve Your Table"
description="Get in touch today for a free quote." description="Fill out the form below to book your dining experience at Chez Mamane."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Full Name", required: true },
name: "name", { name: "email", type: "email", placeholder: "Email", required: true },
type: "text", { name: "guests", type: "number", placeholder: "Number of Guests", required: true },
placeholder: "Name",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone",
required: true,
},
{
name: "address",
type: "text",
placeholder: "Service Address",
required: false,
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500828.jpg?_wi=4" imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior-with-tables-chairs_23-2149176374.jpg"
/> />
</div> </div>
<div id="footer-tree" data-section="footer-tree"> <div id="footer-tree" data-section="footer-tree">
<FooterBaseCard <FooterBaseCard
logoText="Sky Tree Services" logoText="Chez Mamane"
columns={[ columns={[
{ {
title: "Quick Links", title: "Info", items: [
items: [ { label: "Our Story", href: "#" },
{ { label: "Contact", href: "#contact-tree" },
label: "Services",
href: "#services",
},
], ],
}, },
]} ]}