diff --git a/src/app/page.tsx b/src/app/page.tsx
index c14d7d5..bed8ea1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,9 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactSplit from '@/components/sections/contact/ContactSplit';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -30,67 +30,30 @@ export default function LandingPage() {
@@ -100,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Culinary Heritage"
metrics={[
- {
- icon: Flame,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: Award,
- label: "Loyal Customers",
- value: "5k+",
- },
- {
- icon: Star,
- label: "Rating",
- value: "4.8",
- },
+ { icon: Flame, label: "Years Experience", value: "15+" },
+ { icon: Award, label: "Loyal Customers", value: "5k+" },
+ { icon: Star, label: "Rating", value: "4.8" },
]}
metricsAnimation="slide-up"
/>
@@ -127,27 +78,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
features={[
- {
- id: "1",
- title: "Traditional Spices",
- description: "Authentic, handcrafted spice blends.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/close-up-of-a-traditional-pakistani-dish-1774784226196-34f6072f.png",
- imageAlt: "Spices",
- },
- {
- id: "2",
- title: "Fresh Ingredients",
- description: "Local produce meets global quality.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/premium-chapli-kebabs-on-a-slate-plate-g-1774784226884-092cbcd9.png?_wi=1",
- imageAlt: "Ingredients",
- },
- {
- id: "3",
- title: "Warm Hospitality",
- description: "Service that feels like royalty.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/authentic-biryani-dish-served-in-a-gold--1774784227569-b41135fd.png?_wi=1",
- imageAlt: "Service",
- },
+ { id: "1", title: "Traditional Spices", description: "Authentic, handcrafted spice blends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/close-up-of-a-traditional-pakistani-dish-1774784226196-34f6072f.png" },
+ { id: "2", title: "Fresh Ingredients", description: "Local produce meets global quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/premium-chapli-kebabs-on-a-slate-plate-g-1774784226884-092cbcd9.png" },
+ { id: "3", title: "Warm Hospitality", description: "Service that feels like royalty.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/authentic-biryani-dish-served-in-a-gold--1774784227569-b41135fd.png" },
]}
title="Our Kitchen Philosophy"
description="We source the finest local ingredients and combine them with authentic spices directly imported from Pakistan."
@@ -161,27 +94,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Chapli Kebab Platter",
- price: "£14.99",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/premium-chapli-kebabs-on-a-slate-plate-g-1774784226884-092cbcd9.png?_wi=2",
- imageAlt: "Chapli Kebab",
- },
- {
- id: "p2",
- name: "Royal Shahi Biryani",
- price: "£12.50",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/authentic-biryani-dish-served-in-a-gold--1774784227569-b41135fd.png?_wi=2",
- imageAlt: "Biryani",
- },
- {
- id: "p3",
- name: "Tandoori Naan Basket",
- price: "£4.50",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/freshly-baked-naan-bread-basket-warm-lig-1774784227003-4fc5fa6c.png",
- imageAlt: "Naan",
- },
+ { id: "p1", name: "Chapli Kebab Platter", price: "£14.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/premium-chapli-kebabs-on-a-slate-plate-g-1774784226884-092cbcd9.png" },
+ { id: "p2", name: "Royal Shahi Biryani", price: "£12.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/authentic-biryani-dish-served-in-a-gold--1774784227569-b41135fd.png" },
+ { id: "p3", name: "Tandoori Naan Basket", price: "£4.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcN28SyttXJOEmfUiy6XTR3BI6/freshly-baked-naan-bread-basket-warm-lig-1774784227003-4fc5fa6c.png" },
]}
title="Signature Dishes"
description="Experience our most popular, authentic dishes prepared fresh daily."
@@ -190,91 +105,39 @@ export default function LandingPage() {
-
+