Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
192
src/app/page.tsx
192
src/app/page.tsx
@@ -20,27 +20,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="CulinarySavior"
|
||||
/>
|
||||
@@ -49,47 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Revive Your Restaurant's Potential"
|
||||
description="Expert operational consulting to streamline your kitchen, elevate your service, and maximize profitability. We help restaurants thrive."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Consultation", href: "#contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/head-chef-professional-kitchen-uses-laptop-refine-recipes_482257-129838.jpg",
|
||||
imageAlt: "Professional restaurant kitchen chef",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727963.jpg",
|
||||
imageAlt: "Modern restaurant design interior",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722790.jpg",
|
||||
imageAlt: "Restaurant operational success",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg",
|
||||
imageAlt: "Culinary excellence food",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-researching-new-cooking-techniques-kitchen-uses-laptop_482257-121161.jpg",
|
||||
imageAlt: "Restaurant professional kitchen",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/explaining-work_1098-18099.jpg",
|
||||
imageAlt: "Restaurant operation management",
|
||||
},
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/head-chef-professional-kitchen-uses-laptop-refine-recipes_482257-129838.jpg", imageAlt: "Professional restaurant kitchen chef" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727963.jpg", imageAlt: "Modern restaurant design interior" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722790.jpg", imageAlt: "Restaurant operational success" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg", imageAlt: "Culinary excellence food" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-researching-new-cooking-techniques-kitchen-uses-laptop_482257-121161.jpg", imageAlt: "Restaurant professional kitchen" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/explaining-work_1098-18099.jpg", imageAlt: "Restaurant operation management" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,20 +87,11 @@ export default function LandingPage() {
|
||||
description="Comprehensive consulting designed to address every aspect of your restaurant operation."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Menu Engineering",
|
||||
content: "Analyze costs and profitability to design menus that drive margins.",
|
||||
},
|
||||
id: "1", title: "Menu Engineering", content: "Analyze costs and profitability to design menus that drive margins."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Kitchen Workflow",
|
||||
content: "Streamline prep, station efficiency, and inventory systems.",
|
||||
},
|
||||
id: "2", title: "Kitchen Workflow", content: "Streamline prep, station efficiency, and inventory systems."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Staff Training",
|
||||
content: "Boost service standards, retention, and front-of-house performance.",
|
||||
},
|
||||
id: "3", title: "Staff Training", content: "Boost service standards, retention, and front-of-house performance."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-showing-charts-statistics_23-2148194707.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -143,23 +106,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: TrendingUp,
|
||||
title: "Average Profit Increase",
|
||||
value: "25%",
|
||||
},
|
||||
id: "m1", icon: TrendingUp,
|
||||
title: "Average Profit Increase", value: "25%"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Staff Retention Rate",
|
||||
value: "40%",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Staff Retention Rate", value: "40%"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Clock,
|
||||
title: "Workflow Efficiency",
|
||||
value: "30%",
|
||||
},
|
||||
id: "m3", icon: Clock,
|
||||
title: "Workflow Efficiency", value: "30%"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="We measure our success by the growth of our partners."
|
||||
@@ -171,35 +125,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg",
|
||||
imageAlt: "Professional restaurant owner portrait",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-10436.jpg", imageAlt: "Professional restaurant owner portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg",
|
||||
imageAlt: "Happy bistro owner",
|
||||
},
|
||||
id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-waitress_1098-15705.jpg", imageAlt: "Happy bistro owner"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12304.jpg",
|
||||
imageAlt: "Successful restaurant manager",
|
||||
},
|
||||
id: "3", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-cup-coffee_107420-12304.jpg", imageAlt: "Successful restaurant manager"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus Thorne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
imageAlt: "Professional smiling business owner",
|
||||
},
|
||||
id: "4", name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", imageAlt: "Professional smiling business owner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Doe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
imageAlt: "Happy restaurant entrepreneur",
|
||||
},
|
||||
id: "5", name: "Jane Doe", imageSrc: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", imageAlt: "Happy restaurant entrepreneur"},
|
||||
]}
|
||||
cardTitle="Client Success Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -212,20 +146,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does a consultation take?",
|
||||
content: "Consultations typically span 3-6 months based on your needs.",
|
||||
},
|
||||
id: "f1", title: "How long does a consultation take?", content: "Consultations typically span 3-6 months based on your needs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you work with startups?",
|
||||
content: "Yes, we specialize in helping new concepts launch successfully.",
|
||||
},
|
||||
id: "f2", title: "Do you work with startups?", content: "Yes, we specialize in helping new concepts launch successfully."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What's the first step?",
|
||||
content: "Book a free initial audit through our contact form.",
|
||||
},
|
||||
id: "f3", title: "What's the first step?", content: "Book a free initial audit through our contact form."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Everything you need to know about our consulting services."
|
||||
@@ -238,14 +163,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Bistro Bloom",
|
||||
"The Green Table",
|
||||
"Urban Kitchen",
|
||||
"Crestview Dining",
|
||||
"Coastal Eats",
|
||||
"Modern Flavors",
|
||||
"The Daily Crust",
|
||||
]}
|
||||
"Bistro Bloom", "The Green Table", "Urban Kitchen", "Crestview Dining", "Coastal Eats", "Modern Flavors", "The Daily Crust"]}
|
||||
title="Trusted by Top Restaurants"
|
||||
description="We partner with diverse eateries across the country."
|
||||
/>
|
||||
@@ -258,20 +176,12 @@ export default function LandingPage() {
|
||||
description="Let's discuss how we can elevate your restaurant's performance."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your restaurant...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your restaurant...", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/company-professional-planning-strategy-working-laptop-office-project-manager-using-website-employee-analyzing-marketing-research-data-worker-reading-report-workplace-desk_482257-64537.jpg"
|
||||
imageAlt="Professional restaurant meeting"
|
||||
@@ -284,29 +194,19 @@ export default function LandingPage() {
|
||||
logoText="CulinarySavior"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user