diff --git a/src/app/page.tsx b/src/app/page.tsx
index db04620..a414e2b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,11 +3,11 @@
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 ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
+import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -140,41 +109,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Fresh Spinach",
- price: "₹30",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-bowl-wooden-surface_23-2147927266.jpg",
- },
+ id: "p1", name: "Fresh Spinach", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-vegetables-bowl-wooden-surface_23-2147927266.jpg"},
{
- id: "p2",
- name: "Premium Toor Dal",
- price: "₹120",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-autumn-vegetables_23-2148634383.jpg",
- },
+ id: "p2", name: "Premium Toor Dal", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-arrangement-autumn-vegetables_23-2148634383.jpg"},
{
- id: "p3",
- name: "Healthy Nut Mix",
- price: "₹99",
- imageSrc: "http://img.b2bpic.net/free-photo/cereal-shopping-basket_53876-32318.jpg",
- },
+ id: "p3", name: "Healthy Nut Mix", price: "₹99", imageSrc: "http://img.b2bpic.net/free-photo/cereal-shopping-basket_53876-32318.jpg"},
{
- id: "p4",
- name: "Farm Fresh Milk",
- price: "₹60",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-milk-with-copy-space_23-2148610552.jpg",
- },
+ id: "p4", name: "Farm Fresh Milk", price: "₹60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-organic-milk-with-copy-space_23-2148610552.jpg"},
{
- id: "p5",
- name: "Fresh Whole Wheat Bread",
- price: "₹45",
- imageSrc: "http://img.b2bpic.net/free-photo/bread_1203-2774.jpg",
- },
+ id: "p5", name: "Fresh Whole Wheat Bread", price: "₹45", imageSrc: "http://img.b2bpic.net/free-photo/bread_1203-2774.jpg"},
{
- id: "p6",
- name: "Herbal Shampoo",
- price: "₹150",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-beauty-products-displayed-shelf_23-2150718009.jpg",
- },
+ id: "p6", name: "Herbal Shampoo", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/assortment-beauty-products-displayed-shelf_23-2150718009.jpg"},
]}
title="Deals of the Day"
description="Price-slashed items you shouldn't miss."
@@ -189,45 +134,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Anita Sharma",
- role: "Resident",
- company: "East Azad Nagar",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-couple-grocery-store_23-2148216070.jpg",
- },
+ id: "t1", name: "Anita Sharma", role: "Resident", company: "East Azad Nagar", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-couple-grocery-store_23-2148216070.jpg"},
{
- id: "t2",
- name: "Rahul Verma",
- role: "Local Shop Owner",
- company: "Nearby",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-eco-friendly-shop_482257-76223.jpg",
- },
+ id: "t2", name: "Rahul Verma", role: "Local Shop Owner", company: "Nearby", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/couple-shopping-eco-friendly-shop_482257-76223.jpg"},
{
- id: "t3",
- name: "Priya Singh",
- role: "Housewife",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/organic-market-customer-checks-sauces_482257-76705.jpg",
- },
+ id: "t3", name: "Priya Singh", role: "Housewife", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/organic-market-customer-checks-sauces_482257-76705.jpg"},
{
- id: "t4",
- name: "Vijay Gupta",
- role: "Customer",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-woman-with-combed-hair-clean-face-skin-looking-thoughtful-logo-promo-left-empty-space-isolated-studio-background_176420-46713.jpg",
- },
+ id: "t4", name: "Vijay Gupta", role: "Customer", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-brunette-woman-with-combed-hair-clean-face-skin-looking-thoughtful-logo-promo-left-empty-space-isolated-studio-background_176420-46713.jpg"},
{
- id: "t5",
- name: "Sunita Rao",
- role: "Customer",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/ready-work-mature-painter-with-case-instruments-have-walk-beautiful-spring-park_146671-16221.jpg",
- },
+ id: "t5", name: "Sunita Rao", role: "Customer", company: "Local", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/ready-work-mature-painter-with-case-instruments-have-walk-beautiful-spring-park_146671-16221.jpg"},
]}
title="Hear from our Neighbors"
description="What people in East Azad Nagar say about us."
@@ -235,29 +155,21 @@ export default function LandingPage() {