diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7db25b7..ba233db 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -61,69 +46,19 @@ export default function LandingPage() {
title="Elevating Culinary Artistry"
description="Crafting unforgettable dining experiences with a fusion of tradition and innovation. From signature plates to bespoke events."
testimonials={[
- {
- name: "Alice M.",
- handle: "@foodie",
- testimonial: "The most exquisite dining experience I've ever had.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=1",
- imageAlt: "professional chef kitchen work",
- },
- {
- name: "Mark D.",
- handle: "@gourmet",
- testimonial: "Pure culinary genius in every single bite.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646199.jpg",
- imageAlt: "professional chef kitchen work",
- },
- {
- name: "Sophia L.",
- handle: "@chef",
- testimonial: "A master of texture and flavor balance.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1",
- imageAlt: "professional chef kitchen work",
- },
- {
- name: "James P.",
- handle: "@critic",
- testimonial: "Each course was a journey through culinary tradition.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=1",
- imageAlt: "professional chef kitchen work",
- },
- {
- name: "Clara V.",
- handle: "@tastemaker",
- testimonial: "Simply incomparable artistry on every plate.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=1",
- imageAlt: "professional chef kitchen work",
- },
+ { name: "Alice M.", handle: "@foodie", testimonial: "The most exquisite dining experience I've ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg", imageAlt: "professional chef kitchen work" },
+ { name: "Mark D.", handle: "@gourmet", testimonial: "Pure culinary genius in every single bite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646199.jpg", imageAlt: "professional chef kitchen work" },
+ { name: "Sophia L.", handle: "@chef", testimonial: "A master of texture and flavor balance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", imageAlt: "professional chef kitchen work" },
+ { name: "James P.", handle: "@critic", testimonial: "Each course was a journey through culinary tradition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg", imageAlt: "professional chef kitchen work" },
+ { name: "Clara V.", handle: "@tastemaker", testimonial: "Simply incomparable artistry on every plate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg", imageAlt: "professional chef kitchen work" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg",
- alt: "Lovely woman looking at her husband",
- },
- {
- src: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg",
- alt: "Girl beautifully painted brown eyes with eyeliner, highlighting features of face. Model in red blouse sends air kiss",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077813.jpg",
- alt: "Young woman traveling without covid",
- },
- {
- src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg",
- alt: "Beautiful African-American woman in cafe",
- },
- {
- src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-camera-pointing-himself-isolated-brown-background_141793-136685.jpg",
- alt: "smiling young male chef wearing uniform looking at camera pointing at himself isolated on brown background",
- },
+ { src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg", alt: "Lovely woman looking at her husband" },
+ { src: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg", alt: "Girl beautifully painted brown eyes with eyeliner, highlighting features of face. Model in red blouse sends air kiss" },
+ { src: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077813.jpg", alt: "Young woman traveling without covid" },
+ { src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg", alt: "Beautiful African-American woman in cafe" },
+ { src: "http://img.b2bpic.net/free-photo/smiling-young-male-chef-wearing-uniform-looking-camera-pointing-himself-isolated-brown-background_141793-136685.jpg", alt: "smiling young male chef wearing uniform looking at camera pointing at himself isolated on brown background" },
]}
avatarText="Loved by discerning food enthusiasts worldwide."
/>
@@ -131,9 +66,7 @@ export default function LandingPage() {
@@ -143,24 +76,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Private Dining",
- description: "Intimate gourmet experiences in your home.",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2",
- },
- {
- id: "f2",
- title: "Catering Services",
- description: "Sophisticated event catering for your occasions.",
- imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=2",
- },
- {
- id: "f3",
- title: "Culinary Workshops",
- description: "Interactive sessions to master fine techniques.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=2",
- },
+ { id: "f1", title: "Private Dining", description: "Intimate gourmet experiences in your home.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
+ { id: "f2", title: "Catering Services", description: "Sophisticated event catering for your occasions.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg" },
+ { id: "f3", title: "Culinary Workshops", description: "Interactive sessions to master fine techniques.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg" },
]}
title="My Culinary Services"
description="Explore the range of bespoke culinary solutions tailored to your needs."
@@ -171,56 +89,15 @@ export default function LandingPage() {
@@ -369,17 +169,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file