diff --git a/src/app/page.tsx b/src/app/page.tsx
index 18193d6..69f77f8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
@@ -61,32 +51,20 @@ export default function LandingPage() {
description="Delicious, homemade food made with passion — perfect for events, parties & functions"
buttons={[
{
- text: "Get a Quote",
- href: "#contact",
- },
+ text: "Get a Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/chicken-steak_74190-4961.jpg?_wi=1"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg",
- alt: "Customer portrait one",
- },
+ src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg", alt: "Customer portrait one"},
{
- src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg",
- alt: "Customer portrait two",
- },
+ src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", alt: "Customer portrait two"},
{
- src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
- alt: "Customer portrait three",
- },
+ src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", alt: "Customer portrait three"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
- alt: "Customer portrait four",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", alt: "Customer portrait four"},
{
- src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg",
- alt: "Customer portrait five",
- },
+ src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer portrait five"},
]}
avatarText="Join 500+ happy event hosts"
/>
@@ -107,41 +85,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Classic Chicken Parmigiana",
- price: "$25",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702845.jpg?_wi=1",
- },
+ id: "p1", name: "Classic Chicken Parmigiana", price: "$25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COUctDqaWkdWLtpfyQGNLS1R7u/uploaded-1776256956845-96d31hu0.png"},
{
- id: "p2",
- name: "Homemade Pasta",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-mint-leaves-top-inside-blue-bowl-plate_114579-1555.jpg?_wi=1",
- },
+ id: "p2", name: "Homemade Pasta", price: "$22", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COUctDqaWkdWLtpfyQGNLS1R7u/uploaded-1776256956846-ebeaficr.png"},
{
- id: "p3",
- name: "Hand-rolled Arancini",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-with-bacon-glass-beer_23-2149306680.jpg?_wi=1",
- },
+ id: "p3", name: "Hand-rolled Arancini", price: "$15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COUctDqaWkdWLtpfyQGNLS1R7u/uploaded-1776256956846-gyc9mh36.png"},
{
- id: "p4",
- name: "Sticky Date Pudding",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1979.jpg?_wi=1",
- },
+ id: "p4", name: "Sticky Date Pudding", price: "$12", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COUctDqaWkdWLtpfyQGNLS1R7u/uploaded-1776256956846-2bllt7oh.png"},
{
- id: "p5",
- name: "Seasonal Pasta Dish",
- price: "$24",
- imageSrc: "http://img.b2bpic.net/free-photo/chopped-meat-vegetables-with-chips_140725-6093.jpg",
- },
+ id: "p5", name: "Seasonal Pasta Dish", price: "$24", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COUctDqaWkdWLtpfyQGNLS1R7u/uploaded-1776256956846-1yv59jt6.png"},
{
- id: "p6",
- name: "Mini Dessert Platter",
- price: "$30",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-chocolate-bars-tea-sweet-crackers-white-background-cracker-sweet-biscuit-cake-pie-chocolate_140725-116277.jpg",
- },
+ id: "p6", name: "Mini Dessert Platter", price: "$30", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3COUctDqaWkdWLtpfyQGNLS1R7u/uploaded-1776256956846-2bllt7oh.png"},
]}
title="Our Menu"
description="Handmade pasta, authentic parmis, and decadent desserts"
@@ -154,60 +108,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Emily",
- date: "2023-10-01",
- title: "Great with allergens",
- quote: "Very good to check allergens for my son. Would be great if they had soy free nugget/pizza option. But they were very nice and helpful.",
- tag: "Foodie",
- avatarSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak_74190-4961.jpg?_wi=2",
- imageAlt: "customer avatar woman portrait",
- },
+ id: "1", name: "Emily", date: "2023-10-01", title: "Great with allergens", quote: "Very good to check allergens for my son. Would be great if they had soy free nugget/pizza option. But they were very nice and helpful.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak_74190-4961.jpg?_wi=2", imageAlt: "customer avatar woman portrait"},
{
- id: "2",
- name: "Hayley",
- date: "2023-09-15",
- title: "Sooo delicious!",
- quote: "Sooo delicious!!!! And I have a particular love of their parmigianas… they’re cooked perfectly and full of flavour.",
- tag: "Fan",
- avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702845.jpg?_wi=2",
- imageAlt: "customer avatar woman portrait",
- },
+ id: "2", name: "Hayley", date: "2023-09-15", title: "Sooo delicious!", quote: "Sooo delicious!!!! And I have a particular love of their parmigianas… they’re cooked perfectly and full of flavour.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702845.jpg?_wi=2", imageAlt: "customer avatar woman portrait"},
{
- id: "3",
- name: "Brooke",
- date: "2023-08-20",
- title: "Next level food",
- quote: "Wooooow these guys are next level. Pasta and Arancini was just delicious & Sticky Date Pudding was the best. Definitely treat yourself!",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-mint-leaves-top-inside-blue-bowl-plate_114579-1555.jpg?_wi=2",
- imageAlt: "customer avatar woman portrait",
- },
+ id: "3", name: "Brooke", date: "2023-08-20", title: "Next level food", quote: "Wooooow these guys are next level. Pasta and Arancini was just delicious & Sticky Date Pudding was the best. Definitely treat yourself!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", imageSrc: "http://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-mint-leaves-top-inside-blue-bowl-plate_114579-1555.jpg?_wi=2", imageAlt: "customer avatar woman portrait"},
{
- id: "4",
- name: "James",
- date: "2023-07-10",
- title: "Professional & Tasty",
- quote: "Excellent service and the food quality was incredible. My guests couldn't get enough.",
- tag: "Event Host",
- avatarSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-with-bacon-glass-beer_23-2149306680.jpg?_wi=2",
- imageAlt: "customer avatar woman portrait",
- },
+ id: "4", name: "James", date: "2023-07-10", title: "Professional & Tasty", quote: "Excellent service and the food quality was incredible. My guests couldn't get enough.", tag: "Event Host", avatarSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", imageSrc: "http://img.b2bpic.net/free-photo/meal-containing-croquettes-with-bacon-glass-beer_23-2149306680.jpg?_wi=2", imageAlt: "customer avatar woman portrait"},
{
- id: "5",
- name: "Sarah",
- date: "2023-06-05",
- title: "The best catering!",
- quote: "Friendly, passionate team and the food was homemade goodness. Absolutely loved it.",
- tag: "Customer",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1979.jpg?_wi=2",
- imageAlt: "customer avatar woman portrait",
- },
+ id: "5", name: "Sarah", date: "2023-06-05", title: "The best catering!", quote: "Friendly, passionate team and the food was homemade goodness. Absolutely loved it.", tag: "Customer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg", imageSrc: "http://img.b2bpic.net/free-photo/food-drinks_1122-1979.jpg?_wi=2", imageAlt: "customer avatar woman portrait"},
]}
title="Customer Stories"
description="⭐⭐⭐⭐⭐ 5.0 Rating from 10 Reviews"
@@ -221,26 +130,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- id: "f1",
- title: "Parties",
- subtitle: "Celebrate birthdays and anniversaries.",
- category: "Personal",
- value: "Warmth",
- },
+ id: "f1", title: "Parties", subtitle: "Celebrate birthdays and anniversaries.", category: "Personal", value: "Warmth"},
{
- id: "f2",
- title: "Corporate Events",
- subtitle: "Treat your team to real homemade food.",
- category: "Business",
- value: "Quality",
- },
+ id: "f2", title: "Corporate Events", subtitle: "Treat your team to real homemade food.", category: "Business", value: "Quality"},
{
- id: "f3",
- title: "Private Functions",
- subtitle: "Tailored menus for intimate gatherings.",
- category: "Social",
- value: "Authentic",
- },
+ id: "f3", title: "Private Functions", subtitle: "Tailored menus for intimate gatherings.", category: "Social", value: "Authentic"},
]}
title="Mobile Catering Services"
description="We bring the Parmi & Pasta experience to your special event."
@@ -253,20 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "q1",
- title: "How do I book?",
- content: "Just fill out our contact form and we will get back to you with a quote.",
- },
+ id: "q1", title: "How do I book?", content: "Just fill out our contact form and we will get back to you with a quote."},
{
- id: "q2",
- title: "What is included?",
- content: "We handle all food prep, setup, service, and cleanup.",
- },
+ id: "q2", title: "What is included?", content: "We handle all food prep, setup, service, and cleanup."},
{
- id: "q3",
- title: "Can you handle allergens?",
- content: "Yes, we prioritize safety and will discuss dietary needs during consultation.",
- },
+ id: "q3", title: "Can you handle allergens?", content: "Yes, we prioritize safety and will discuss dietary needs during consultation."},
]}
title="Common Questions"
description="Learn more about our catering process."
@@ -278,16 +163,13 @@ export default function LandingPage() {
@@ -298,33 +180,21 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "About",
- href: "#about",
- },
+ label: "About", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
],
},
{
items: [
{
- label: "Reviews",
- href: "#reviews",
- },
+ label: "Reviews", href: "#reviews"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}
@@ -334,4 +204,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file