diff --git a/src/app/page.tsx b/src/app/page.tsx
index f9bfc56..9c9b763 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,16 +42,13 @@ export default function LandingPage() {
@@ -81,18 +72,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1", title: "Traditional Flavors", descriptions: [
- "Hand-picked spices and authentic recipes sourced directly from Pakistan."],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4f0a6f"},
- {
- id: "f2", title: "Full Event Management", descriptions: [
- "Seamless end-to-end event planning, from setup to final cleanup."],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u2l1ji"},
- {
- id: "f3", title: "Premium Ingredients", descriptions: [
- "Farm-fresh produce and high-quality halal meats, delivered daily."],
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7fuybf"},
+ { id: "f1", title: "Traditional Flavors", descriptions: ["Hand-picked spices and authentic recipes sourced directly from Pakistan."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4f0a6f" },
+ { id: "f2", title: "Full Event Management", descriptions: ["Seamless end-to-end event planning, from setup to final cleanup."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u2l1ji" },
+ { id: "f3", title: "Premium Ingredients", descriptions: ["Farm-fresh produce and high-quality halal meats, delivered daily."], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7fuybf" },
]}
title="Unmatched Catering Excellence"
description="From intimate gatherings to grand corporate events, our service is defined by precision and authenticity."
@@ -106,24 +88,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1", brand: "Main", name: "Classic Chicken Biryani", price: "$15.99", rating: 5,
- reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xzk8pn"},
- {
- id: "p2", brand: "Grill", name: "Royal Seekh Kebab Platter", price: "$18.50", rating: 5,
- reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n4spaa"},
- {
- id: "p3", brand: "Curry", name: "Rich Mutton Karahi", price: "$22.00", rating: 4,
- reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrjgw"},
- {
- id: "p4", brand: "Sides", name: "Garlic Butter Naan", price: "$4.50", rating: 5,
- reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ao95oa"},
- {
- id: "p5", brand: "Dessert", name: "Sweet Gulab Jamun", price: "$6.99", rating: 5,
- reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=95wrmj"},
- {
- id: "p6", brand: "Drinks", name: "Mango Lassi", price: "$5.99", rating: 5,
- reviewCount: "190", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zwxlqq"},
+ { id: "p1", brand: "Main", name: "Classic Chicken Biryani", price: "$15.99", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xzk8pn" },
+ { id: "p2", brand: "Grill", name: "Royal Seekh Kebab Platter", price: "$18.50", rating: 5, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n4spaa" },
+ { id: "p3", brand: "Curry", name: "Rich Mutton Karahi", price: "$22.00", rating: 4, reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=icrjgw" },
+ { id: "p4", brand: "Sides", name: "Garlic Butter Naan", price: "$4.50", rating: 5, reviewCount: "210", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ao95oa" },
+ { id: "p5", brand: "Dessert", name: "Sweet Gulab Jamun", price: "$6.99", rating: 5, reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=95wrmj" },
+ { id: "p6", brand: "Drinks", name: "Mango Lassi", price: "$5.99", rating: 5, reviewCount: "190", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=zwxlqq" },
]}
title="Signature Menu Selections"
description="Explore our curated collection of traditional Pakistani dishes prepared with passion."
@@ -137,15 +107,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", value: "500+", title: "Events Catered", description: "Successfully completed catering events across the country.", icon: CheckCircle,
- },
- {
- id: "m2", value: "20k+", title: "Satisfied Guests", description: "Guests served with authentic flavor experiences.", icon: Users,
- },
- {
- id: "m3", value: "25+", title: "Years Experience", description: "Decades of mastery in traditional culinary arts.", icon: Award,
- },
+ { id: "m1", value: "500+", title: "Events Catered", description: "Successfully completed catering events across the country.", icon: CheckCircle },
+ { id: "m2", value: "20k+", title: "Satisfied Guests", description: "Guests served with authentic flavor experiences.", icon: Users },
+ { id: "m3", value: "25+", title: "Years Experience", description: "Decades of mastery in traditional culinary arts.", icon: Award },
]}
title="Our Impact"
description="Proven success across hundreds of events and happy clients."
@@ -156,16 +120,11 @@ export default function LandingPage() {
@@ -199,22 +151,16 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
- {
- label: "Corporate Events", href: "#"},
- {
- label: "Weddings", href: "#"},
- {
- label: "Private Parties", href: "#"},
+ { label: "Corporate Events", href: "#" },
+ { label: "Weddings", href: "#" },
+ { label: "Private Parties", href: "#" },
],
},
{
title: "Company", items: [
- {
- label: "About Us", href: "#"},
- {
- label: "Our Menu", href: "#"},
- {
- label: "Contact", href: "#contact"},
+ { label: "About Us", href: "#" },
+ { label: "Our Menu", href: "#" },
+ { label: "Contact", href: "#contact" },
],
},
]}
@@ -225,4 +171,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file