Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
282
src/app/page.tsx
282
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Arcadia"
|
||||
/>
|
||||
@@ -59,43 +44,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Premium Corporate Catering for Your Business"
|
||||
description="Elevate your business meetings and office events with Arcadia. Exquisite culinary solutions delivered with professional reliability."
|
||||
tag="Elevate Your Corporate Dining"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Catering",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Order Catering", href: "#contact" },
|
||||
{ text: "Contact Us", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-food-drinks-set-table_23-2148244994.jpg",
|
||||
imageAlt: "Business catering setup",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-lunchboxes-with-delicious-food_23-2149098808.jpg",
|
||||
imageAlt: "Premium office lunch",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawbery-with-cheese_1157-532.jpg",
|
||||
imageAlt: "Strawbery with cheese",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizers-fish-vegetables-served-square-plate_1304-3231.jpg",
|
||||
imageAlt: "Tasty appetizers of fish and vegetables served on square plate",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dessert-shot_1304-4062.jpg",
|
||||
imageAlt: "Close-up of dessert in shot",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/mix-food-drinks-set-table_23-2148244994.jpg", imageAlt: "Business catering setup" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-lunchboxes-with-delicious-food_23-2149098808.jpg", imageAlt: "Premium office lunch" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -109,21 +68,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Exceptional Service, Exceptional Taste"
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Experience",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Corporate Clients",
|
||||
value: "200+",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Successful Events",
|
||||
value: "5000+",
|
||||
},
|
||||
{ icon: Award, label: "Years of Experience", value: "15+" },
|
||||
{ icon: Users, label: "Corporate Clients", value: "200+" },
|
||||
{ icon: CheckCircle, label: "Successful Events", value: "5000+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,23 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Corporate Lunch Delivery",
|
||||
description: "High-quality, balanced meals delivered to your office on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-delivery-concept_23-2149182209.jpg",
|
||||
imageAlt: "Office lunch delivery",
|
||||
},
|
||||
title: "Corporate Lunch Delivery", description: "High-quality, balanced meals delivered to your office on time.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-delivery-concept_23-2149182209.jpg", imageAlt: "Office lunch delivery"},
|
||||
{
|
||||
title: "Business Events Catering",
|
||||
description: "Professional setup and service for conferences, meetings, and galas.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-taking-snack-from-buffet-table_1262-1795.jpg",
|
||||
imageAlt: "Conference catering",
|
||||
},
|
||||
title: "Business Events Catering", description: "Professional setup and service for conferences, meetings, and galas.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-taking-snack-from-buffet-table_1262-1795.jpg", imageAlt: "Conference catering"},
|
||||
{
|
||||
title: "Custom Solutions",
|
||||
description: "Tailored menus and flexible planning for your specific business needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-meal-container-with-planner_23-2148484677.jpg",
|
||||
imageAlt: "Custom meal plan",
|
||||
},
|
||||
title: "Custom Solutions", description: "Tailored menus and flexible planning for your specific business needs.", imageSrc: "http://img.b2bpic.net/free-photo/view-meal-container-with-planner_23-2148484677.jpg", imageAlt: "Custom meal plan"},
|
||||
]}
|
||||
title="Our Specialized Catering Services"
|
||||
description="Comprehensive corporate culinary solutions tailored to your unique requirements."
|
||||
@@ -165,48 +100,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Gourmet Starter Box",
|
||||
price: "$15",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-foods_23-2148826892.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Seared Salmon Salad",
|
||||
price: "$22",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-cream-garnished-with-sauted-spinach_140725-1414.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Roasted Vegetable Quinoa",
|
||||
price: "$18",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tabbouleh-salad_2829-10886.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Artisan Cheese Plate",
|
||||
price: "$20",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-with-sesammed-galettes_114579-2172.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Decadent Chocolate Mousse",
|
||||
price: "$10",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-dried-fruit-marmalade-cardboard-tray_23-2148425597.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Premium Fruit Platter",
|
||||
price: "$12",
|
||||
variant: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-slices-apple-grapefruit_1153-1555.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Gourmet Starter Box", price: "$15", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-different-foods_23-2148826892.jpg" },
|
||||
{ id: "p2", name: "Seared Salmon Salad", price: "$22", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/roasted-salmon-cream-garnished-with-sauted-spinach_140725-1414.jpg" },
|
||||
{ id: "p3", name: "Roasted Vegetable Quinoa", price: "$18", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/tabbouleh-salad_2829-10886.jpg" },
|
||||
{ id: "p4", name: "Artisan Cheese Plate", price: "$20", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/cheese-platter-with-sesammed-galettes_114579-2172.jpg" },
|
||||
{ id: "p5", name: "Decadent Chocolate Mousse", price: "$10", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-dried-fruit-marmalade-cardboard-tray_23-2148425597.jpg" },
|
||||
{ id: "p6", name: "Premium Fruit Platter", price: "$12", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-slices-apple-grapefruit_1153-1555.jpg" },
|
||||
]}
|
||||
title="Curated Daily Menu"
|
||||
description="Experience our signature dishes, crafted daily with the finest ingredients."
|
||||
@@ -219,24 +118,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Zap,
|
||||
title: "Delivery Punctuality",
|
||||
value: "99%",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Shield,
|
||||
title: "Food Safety Rating",
|
||||
value: "A+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Heart,
|
||||
title: "Client Satisfaction",
|
||||
value: "100%",
|
||||
},
|
||||
{ id: "m1", icon: Zap, title: "Delivery Punctuality", value: "99%" },
|
||||
{ id: "m2", icon: Shield, title: "Food Safety Rating", value: "A+" },
|
||||
{ id: "m3", icon: Heart, title: "Client Satisfaction", value: "100%" },
|
||||
]}
|
||||
title="Why Arcadia Stands Apart"
|
||||
description="We prioritize freshness, reliability, and professional excellence in every delivery."
|
||||
@@ -247,21 +131,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide dietary alternatives?",
|
||||
content: "Absolutely. We cater to vegan, gluten-free, and keto dietary needs.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What is the minimum order for delivery?",
|
||||
content: "Our minimum order for office delivery is $150.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I request custom menus?",
|
||||
content: "Yes, we specialize in creating custom corporate menus tailored to your event theme.",
|
||||
},
|
||||
{ id: "f1", title: "Do you provide dietary alternatives?", content: "Absolutely. We cater to vegan, gluten-free, and keto dietary needs." },
|
||||
{ id: "f2", title: "What is the minimum order for delivery?", content: "Our minimum order for office delivery is $150." },
|
||||
{ id: "f3", title: "Can I request custom menus?", content: "Yes, we specialize in creating custom corporate menus tailored to your event theme." },
|
||||
]}
|
||||
sideTitle="Expert Solutions"
|
||||
sideDescription="Questions about our professional catering services?"
|
||||
@@ -275,60 +147,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Office Manager",
|
||||
company: "TechVision",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Event Planner",
|
||||
company: "Global Finance",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-costume-pointing-tablet_23-2148112147.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Lee",
|
||||
role: "Operations",
|
||||
company: "Creative Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hipster-attractive-man-using-devices-working-laptop-tablet-computer_285396-1632.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Wilson",
|
||||
role: "CEO",
|
||||
company: "BuildRight",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Petrova",
|
||||
role: "HR Director",
|
||||
company: "Innovate Ltd",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", role: "Office Manager", company: "TechVision", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg" },
|
||||
{ id: "2", name: "David Chen", role: "Event Planner", company: "Global Finance", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-costume-pointing-tablet_23-2148112147.jpg" },
|
||||
{ id: "3", name: "Jessica Lee", role: "Operations", company: "Creative Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hipster-attractive-man-using-devices-working-laptop-tablet-computer_285396-1632.jpg" },
|
||||
{ id: "4", name: "Mark Wilson", role: "CEO", company: "BuildRight", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg" },
|
||||
{ id: "5", name: "Anna Petrova", role: "HR Director", company: "Innovate Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/serious-businessman-working-office-analyzing-business-plans-there-are-people-background_637285-187.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Satisfied Teams",
|
||||
},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Retention Rate",
|
||||
},
|
||||
{ value: "4.9/5", label: "Average Rating" },
|
||||
{ value: "500+", label: "Satisfied Teams" },
|
||||
{ value: "98%", label: "Retention Rate" },
|
||||
]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Hear what our corporate partners have to say about their experience."
|
||||
@@ -338,9 +166,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Connect With Us"
|
||||
title="Inquire About Corporate Catering"
|
||||
description="Ready to elevate your office dining? Get in touch today for a tailored quote."
|
||||
@@ -352,38 +178,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Corporate Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "Menu", href: "#menu" }] },
|
||||
{ items: [{ label: "Corporate Policy", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Arcadia Catering"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user