From a09e18424a7a7517ee4e882d79ec096e17ae3f46 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:21:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++---------------------------------------- 1 file changed, 30 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 911afb0..c1556ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -181,51 +89,25 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - tag: "Events", - title: "Large Gatherings", - subtitle: "Perfect for weddings and corporate events", - description: "Seamless service for up to 500 guests with customized menu options.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-taking-snack-from-buffet-table_1262-1795.jpg", - }, - { - tag: "Custom", - title: "Tailored Menus", - subtitle: "Curate your own spice profile", - description: "Work with our chefs to design a menu that perfectly aligns with your vision.", - imageSrc: "http://img.b2bpic.net/free-photo/luxurious-wedding-banquet-elegant-crockery-silverware-glassware-generated-by-ai_188544-17315.jpg", - }, - { - tag: "Service", - title: "Full Support", - subtitle: "On-site and off-site setups", - description: "We handle setup, presentation, and service so you can enjoy your event.", - imageSrc: "http://img.b2bpic.net/free-photo/part-decorated-table-guests-close-up_8353-9657.jpg", - }, + { tag: "Events", title: "Large Gatherings", subtitle: "Perfect for weddings and corporate events", description: "Seamless service for up to 500 guests with authentic local menu options.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-woman-taking-snack-from-buffet-table_1262-1795.jpg" }, + { tag: "Custom", title: "Tailored Menus", subtitle: "Curate your own spice profile", description: "Work with our chefs to design a menu that perfectly aligns with your vision for Pakistani cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-wedding-banquet-elegant-crockery-silverware-glassware-generated-by-ai_188544-17315.jpg" }, + { tag: "Service", title: "Full Support", subtitle: "On-site and off-site setups", description: "We handle setup, presentation, and service so you can enjoy your event.", imageSrc: "http://img.b2bpic.net/free-photo/part-decorated-table-guests-close-up_8353-9657.jpg" }, ]} title="Catering Services" - description="Elevate your events with our exquisite Pakwan catering. From intimate gatherings to grand celebrations, we bring the essence of Haji Akhtar to your table." + description="Elevate your events with our exquisite Pakwan catering. We bring the essence of Haji Akhtar to your table." />
@@ -233,42 +115,9 @@ export default function LandingPage() {