diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1f91d1c..1b07bcc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -59,60 +51,16 @@ export default function LandingPage() { title="Our Journey" description="Hear from the people who keep our kitchen fires burning." kpiItems={[ - { - value: "100%", - label: "Fresh Ingredients", - }, - { - value: "24/7", - label: "Passion", - }, - { - value: "10k+", - label: "Happy Customers", - }, + { value: "100%", label: "Fresh Ingredients" }, + { value: "24/7", label: "Passion" }, + { value: "10k+", label: "Happy Customers" }, ]} testimonials={[ - { - id: "t1", - name: "Amit R.", - role: "Food Blogger", - company: "Delhi Eats", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg?_wi=2", - }, - { - id: "t2", - name: "Sonia L.", - role: "Customer", - company: "Local", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg?_wi=2", - }, - { - id: "t3", - name: "Vikram V.", - role: "Regular", - company: "Saket Resident", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg?_wi=2", - }, - { - id: "t4", - name: "Meera P.", - role: "Chef", - company: "Culinary Arts", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg?_wi=2", - }, - { - id: "t5", - name: "Rahul D.", - role: "Fan", - company: "Foodie", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg?_wi=2", - }, + { id: "t1", name: "Amit R.", role: "Food Blogger", company: "Delhi Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indian-man-smiling-restaurant-concept_53876-13779.jpg" }, + { id: "t2", name: "Sonia L.", role: "Customer", company: "Local", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-with-delicious-food_23-2150854212.jpg" }, + { id: "t3", name: "Vikram V.", role: "Regular", company: "Saket Resident", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-with-different-feelings_23-2148860243.jpg" }, + { id: "t4", name: "Meera P.", role: "Chef", company: "Culinary Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg" }, + { id: "t5", name: "Rahul D.", role: "Fan", company: "Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-work_23-2149097885.jpg" }, ]} /> @@ -121,45 +69,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 4944a76..e19da96 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -export default function LandingPage() { +export default function MenuPage() { return ( @@ -49,60 +41,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Shawarma", - name: "Classic Chicken", - price: "₹299", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg?_wi=1", - }, - { - id: "p2", - brand: "Shawarma", - name: "Peri Peri", - price: "₹320", - rating: 5, - reviewCount: "90", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg?_wi=2", - }, - { - id: "p3", - brand: "Platter", - name: "Grilled Chicken", - price: "₹450", - rating: 4, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=1", - }, - { - id: "p4", - brand: "Platter", - name: "Mixed Platter", - price: "₹599", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=2", - }, - { - id: "p5", - brand: "Side", - name: "Fresh Hummus", - price: "₹199", - rating: 4, - reviewCount: "300", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=3", - }, - { - id: "p6", - brand: "Side", - name: "Pita Bread", - price: "₹99", - rating: 4, - reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg?_wi=4", - }, + { id: "p1", brand: "Shawarma", name: "Classic Chicken", price: "₹299", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg" }, + { id: "p2", brand: "Shawarma", name: "Peri Peri", price: "₹320", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg" }, + { id: "p3", brand: "Platter", name: "Grilled Chicken", price: "₹450", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" }, + { id: "p4", brand: "Platter", name: "Mixed Platter", price: "₹599", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" }, + { id: "p5", brand: "Side", name: "Fresh Hummus", price: "₹199", rating: 4, reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" }, + { id: "p6", brand: "Side", name: "Pita Bread", price: "₹99", rating: 4, reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/copper-plate-selection-marinated-foods_114579-2354.jpg" }, ]} title="Explore Our Menu" description="Freshly prepared, authentic Lebanese street food." @@ -115,21 +59,9 @@ export default function LandingPage() { title="Menu Highlights" tag="Quality Assured" metrics={[ - { - id: "m1", - value: "15+", - description: "Authentic Recipes", - }, - { - id: "m2", - value: "500+", - description: "Daily Orders", - }, - { - id: "m3", - value: "4.8", - description: "Average Rating", - }, + { id: "m1", value: "15+", description: "Authentic Recipes" }, + { id: "m2", value: "500+", description: "Daily Orders" }, + { id: "m3", value: "4.8", description: "Average Rating" }, ]} metricsAnimation="slide-up" /> @@ -139,45 +71,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a96285..edb7511 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; @@ -28,39 +27,23 @@ export default function LandingPage() {
- -
@@ -219,45 +100,13 @@ export default function LandingPage() {
); -} +} \ No newline at end of file