diff --git a/src/app/page.tsx b/src/app/page.tsx
index aab596e..1db1190 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,79 +33,44 @@ export default function LandingPage() {
@@ -139,23 +100,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Gourmet Dine-In Experience",
- description: "Savor our extensive menu of expertly prepared savory dishes, from the perfect Rib Eye Steak to flavorful pastas and succulent chicken.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg",
- imageAlt: "Gourmet dine-in food",
- },
+ title: "Gourmet Dine-In Experience", description: "Savor our extensive menu of expertly prepared savory dishes, from the perfect Rib Eye Steak to flavorful pastas and succulent chicken.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157778.jpg", imageAlt: "Gourmet dine-in food"},
{
- title: "Award-Winning Cake Collection",
- description: "Famous for our diverse range of cheese cakes and cream cakes, each slice is a testament to our passion for baking perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/waitress-preparing-cake_23-2147821299.jpg",
- imageAlt: "Collection of delicious cakes",
- },
+ title: "Award-Winning Cake Collection", description: "Famous for our diverse range of cheese cakes and cream cakes, each slice is a testament to our passion for baking perfection.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-preparing-cake_23-2147821299.jpg", imageAlt: "Collection of delicious cakes"},
{
- title: "Warm & Inviting Ambiance",
- description: "Enjoy your meal in a comfortable, beautifully designed environment that's perfect for family gatherings and intimate dinners.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg",
- imageAlt: "Restaurant interior with warm lighting",
- },
+ title: "Warm & Inviting Ambiance", description: "Enjoy your meal in a comfortable, beautifully designed environment that's perfect for family gatherings and intimate dinners.", imageSrc: "http://img.b2bpic.net/free-photo/man-hugging-with-cheerful-woman-restaurant_23-2148016777.jpg", imageAlt: "Restaurant interior with warm lighting"},
]}
title="Beyond the Slice: Our Culinary Delights"
description="Discover the unique aspects that make Secret Recipe a beloved destination for food lovers and families alike."
@@ -171,65 +120,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p-ribeye",
- brand: "Secret Recipe",
- name: "Classic Rib Eye Steak",
- price: "$28.00",
- rating: 5,
- reviewCount: "250+",
- imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg",
- imageAlt: "Classic Rib Eye Steak",
- },
+ id: "p-ribeye", brand: "Secret Recipe", name: "Classic Rib Eye Steak", price: "$28.00", rating: 5,
+ reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg", imageAlt: "Classic Rib Eye Steak"},
{
- id: "p-pasta",
- brand: "Secret Recipe",
- name: "Creamy Alfredo Pasta",
- price: "$16.50",
- rating: 4,
- reviewCount: "180+",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-pasta-with-oil-tomatoe-dark-surface-raw-dough-pasta_140725-81970.jpg",
- imageAlt: "Creamy Alfredo Pasta",
- },
+ id: "p-pasta", brand: "Secret Recipe", name: "Creamy Alfredo Pasta", price: "$16.50", rating: 4,
+ reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-raw-pasta-with-oil-tomatoe-dark-surface-raw-dough-pasta_140725-81970.jpg", imageAlt: "Creamy Alfredo Pasta"},
{
- id: "p-chicken",
- brand: "Secret Recipe",
- name: "Roasted Herb Chicken",
- price: "$22.00",
- rating: 5,
- reviewCount: "150+",
- imageSrc: "http://img.b2bpic.net/free-photo/dish-chicken-fillet-different-vegetables_23-2148113601.jpg",
- imageAlt: "Roasted Herb Chicken",
- },
+ id: "p-chicken", brand: "Secret Recipe", name: "Roasted Herb Chicken", price: "$22.00", rating: 5,
+ reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/dish-chicken-fillet-different-vegetables_23-2148113601.jpg", imageAlt: "Roasted Herb Chicken"},
{
- id: "p-salad",
- brand: "Secret Recipe",
- name: "Garden Fresh Salad",
- price: "$12.00",
- rating: 4,
- reviewCount: "90+",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-bowl-with-salad-fork-another_1163-1999.jpg",
- imageAlt: "Garden Fresh Salad",
- },
+ id: "p-salad", brand: "Secret Recipe", name: "Garden Fresh Salad", price: "$12.00", rating: 4,
+ reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-bowl-with-salad-fork-another_1163-1999.jpg", imageAlt: "Garden Fresh Salad"},
{
- id: "p-soup",
- brand: "Secret Recipe",
- name: "Chef's Daily Soup",
- price: "$8.00",
- rating: 4,
- reviewCount: "70+",
- imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-topped-with-crackers-cheese_140725-6358.jpg",
- imageAlt: "Chef's Daily Soup",
- },
+ id: "p-soup", brand: "Secret Recipe", name: "Chef's Daily Soup", price: "$8.00", rating: 4,
+ reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/tomato-soup-topped-with-crackers-cheese_140725-6358.jpg", imageAlt: "Chef's Daily Soup"},
{
- id: "p-burger",
- brand: "Secret Recipe",
- name: "Gourmet Beef Burger",
- price: "$14.00",
- rating: 5,
- reviewCount: "120+",
- imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-fries-cup-sauce-wooden-tray_181624-2600.jpg",
- imageAlt: "Gourmet Beef Burger",
- },
+ id: "p-burger", brand: "Secret Recipe", name: "Gourmet Beef Burger", price: "$14.00", rating: 5,
+ reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/hamburgers-with-fries-cup-sauce-wooden-tray_181624-2600.jpg", imageAlt: "Gourmet Beef Burger"},
]}
title="Signature Savory Creations"
description="Explore our delicious main courses, crafted with the freshest ingredients and culinary expertise."
@@ -244,80 +151,40 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "c-cheesecake",
- badge: "Signature",
- badgeIcon: Sparkles,
- price: "From $5.50/slice",
- subtitle: "Creamy, rich, and irresistible",
- buttons: [
+ id: "c-cheesecake", badge: "Signature", badgeIcon: Sparkles,
+ price: "From $5.50/slice", subtitle: "Creamy, rich, and irresistible", buttons: [
{
- text: "View Flavors",
- href: "#",
- },
+ text: "View Flavors", href: "#"},
],
features: [
- "New York Cheesecake",
- "Chocolate Swirl Cheesecake",
- "Blueberry Cheesecake",
- "Strawberry Cheesecake",
- ],
+ "New York Cheesecake", "Chocolate Swirl Cheesecake", "Blueberry Cheesecake", "Strawberry Cheesecake"],
},
{
- id: "c-creamcake",
- badge: "Classic",
- badgeIcon: Award,
- price: "From $4.90/slice",
- subtitle: "Velvety smooth and decadent",
- buttons: [
+ id: "c-creamcake", badge: "Classic", badgeIcon: Award,
+ price: "From $4.90/slice", subtitle: "Velvety smooth and decadent", buttons: [
{
- text: "Explore Options",
- href: "#",
- },
+ text: "Explore Options", href: "#"},
],
features: [
- "Chocolate Cream Cake",
- "Vanilla Bean Cream Cake",
- "Mocha Cream Cake",
- "Black Forest Cake",
- ],
+ "Chocolate Cream Cake", "Vanilla Bean Cream Cake", "Mocha Cream Cake", "Black Forest Cake"],
},
{
- id: "c-chocolate",
- badge: "Indulgent",
- badgeIcon: Star,
- price: "From $5.00/slice",
- subtitle: "Pure chocolate bliss",
- buttons: [
+ id: "c-chocolate", badge: "Indulgent", badgeIcon: Star,
+ price: "From $5.00/slice", subtitle: "Pure chocolate bliss", buttons: [
{
- text: "See More",
- href: "#",
- },
+ text: "See More", href: "#"},
],
features: [
- "Fudge Brownie Cake",
- "Dark Chocolate Ganache",
- "Molten Lava Cake",
- "Chocolate Hazelnut Cake",
- ],
+ "Fudge Brownie Cake", "Dark Chocolate Ganache", "Molten Lava Cake", "Chocolate Hazelnut Cake"],
},
{
- id: "c-fruittart",
- badge: "Fresh",
- badgeIcon: Leaf,
- price: "From $4.20/slice",
- subtitle: "Light, fresh, and fruity",
- buttons: [
+ id: "c-fruittart", badge: "Fresh", badgeIcon: Leaf,
+ price: "From $4.20/slice", subtitle: "Light, fresh, and fruity", buttons: [
{
- text: "Discover Seasonal",
- href: "#",
- },
+ text: "Discover Seasonal", href: "#"},
],
features: [
- "Seasonal Fruit Tart",
- "Berry Tart",
- "Lemon Meringue Tart",
- "Apple Crumble Tart",
- ],
+ "Seasonal Fruit Tart", "Berry Tart", "Lemon Meringue Tart", "Apple Crumble Tart"],
},
]}
title="Dessert Wonderland: Our Cake Collection"
@@ -333,53 +200,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "t-prince",
- name: "Prince R.",
- handle: "@PrinceR",
- testimonial: "Best Restaurant in Dhaka. Best Cake. Best Food. Good environment. Nice ambience. Good place for family outing restaurant.",
- imageSrc: "http://img.b2bpic.net/free-photo/unbelievable-gossip-from-woman-best-friends-informal-annual-meeting-cozy-restaurant_8353-9978.jpg",
- imageAlt: "Customer Prince R",
- },
+ id: "t-prince", name: "Prince R.", handle: "@PrinceR", testimonial: "Best Restaurant in Dhaka. Best Cake. Best Food. Good environment. Nice ambience. Good place for family outing restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/unbelievable-gossip-from-woman-best-friends-informal-annual-meeting-cozy-restaurant_8353-9978.jpg", imageAlt: "Customer Prince R"},
{
- id: "t-sakhawat",
- name: "H N Sakhawat H.",
- handle: "@SakhawatH",
- testimonial: "For family and friends Secret Recipe Dhanmondi is the best restaurant in Dhanmondi. Comfortable ambience. Best Cheese Cake. Best Cream Cake. Very good Drinks collection. Food...",
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-coat-sitting-outside-cafe-reading-magazine_1303-19470.jpg",
- imageAlt: "Customer H N Sakhawat H",
- },
+ id: "t-sakhawat", name: "H N Sakhawat H.", handle: "@SakhawatH", testimonial: "For family and friends Secret Recipe Dhanmondi is the best restaurant in Dhanmondi. Comfortable ambience. Best Cheese Cake. Best Cream Cake. Very good Drinks collection. Food...", imageSrc: "http://img.b2bpic.net/free-photo/elderly-businesswoman-coat-sitting-outside-cafe-reading-magazine_1303-19470.jpg", imageAlt: "Customer H N Sakhawat H"},
{
- id: "t-sarah",
- name: "Sarah J.",
- handle: "@SarahJ",
- testimonial: "Secret Recipe truly delivers! The Rib Eye was perfectly cooked, and the cheesecake was simply divine. A perfect spot for any occasion.",
- imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-wine_23-2148454129.jpg",
- imageAlt: "Customer Sarah J",
- },
+ id: "t-sarah", name: "Sarah J.", handle: "@SarahJ", testimonial: "Secret Recipe truly delivers! The Rib Eye was perfectly cooked, and the cheesecake was simply divine. A perfect spot for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-enjoying-dinner-wine_23-2148454129.jpg", imageAlt: "Customer Sarah J"},
{
- id: "t-michael",
- name: "Michael C.",
- handle: "@MichaelC",
- testimonial: "The ambiance is fantastic, and the menu selection is so diverse. Every dish we tried was flavorful and beautifully presented. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16137.jpg",
- imageAlt: "Customer Michael C",
- },
+ id: "t-michael", name: "Michael C.", handle: "@MichaelC", testimonial: "The ambiance is fantastic, and the menu selection is so diverse. Every dish we tried was flavorful and beautifully presented. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-decorating-dish-after-cooking_329181-16137.jpg", imageAlt: "Customer Michael C"},
{
- id: "t-emily",
- name: "Emily R.",
- handle: "@EmilyR",
- testimonial: "I always come for the cakes, but their dine-in food is just as impressive. A true culinary gem in Dhaka!",
- imageSrc: "http://img.b2bpic.net/free-photo/affectionate-bearded-mixed-race-man-feeds-his-girlfriend-with-tasty-croissant-which-he-baked-by-himself_273609-8900.jpg",
- imageAlt: "Customer Emily R",
- },
+ id: "t-emily", name: "Emily R.", handle: "@EmilyR", testimonial: "I always come for the cakes, but their dine-in food is just as impressive. A true culinary gem in Dhaka!", imageSrc: "http://img.b2bpic.net/free-photo/affectionate-bearded-mixed-race-man-feeds-his-girlfriend-with-tasty-croissant-which-he-baked-by-himself_273609-8900.jpg", imageAlt: "Customer Emily R"},
{
- id: "t-david",
- name: "David K.",
- handle: "@DavidK",
- testimonial: "A wonderful family restaurant with delicious food and an incredible variety of desserts. My kids loved the cream cake!",
- imageSrc: "http://img.b2bpic.net/free-photo/two-colleagues-having-pizza-office-meeting-break_23-2148817092.jpg",
- imageAlt: "Customer David K",
- },
+ id: "t-david", name: "David K.", handle: "@DavidK", testimonial: "A wonderful family restaurant with delicious food and an incredible variety of desserts. My kids loved the cream cake!", imageSrc: "http://img.b2bpic.net/free-photo/two-colleagues-having-pizza-office-meeting-break_23-2148817092.jpg", imageAlt: "Customer David K"},
]}
title="What Our Guests Say"
description="Hear from our valued customers about their unforgettable experiences at Secret Recipe."
@@ -392,14 +223,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Dhaka Food Critics",
- "Foodie's Choice Awards",
- "Local Favorite 2023",
- "Taste of Asia",
- "Gourmet Magazine",
- "Culinary Excellence Award",
- "Best of Dhaka Magazine",
- ]}
+ "Dhaka Food Critics", "Foodie's Choice Awards", "Local Favorite 2023", "Taste of Asia", "Gourmet Magazine", "Culinary Excellence Award", "Best of Dhaka Magazine"]}
title="Recognized for Excellence"
description="Proudly acclaimed by esteemed culinary critics and beloved by our community."
tag="Awards & Mentions"
@@ -410,8 +234,7 @@ export default function LandingPage() {