diff --git a/src/app/page.tsx b/src/app/page.tsx
index 40c527b..fd2d324 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,16 +2,17 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactText from '@/components/sections/contact/ContactText';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
+import { Phone, Instagram, MapPin, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +32,10 @@ export default function LandingPage() {
@@ -54,119 +43,19 @@ export default function LandingPage() {
@@ -175,63 +64,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
- products={[
- {
- id: "p1",
- brand: "Prime",
- name: "Ribeye Steak",
- price: "$42",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-juicy-meat-with-green-bean-salad-white-plate_181624-58243.jpg",
- },
- {
- id: "p2",
- brand: "Fresh",
- name: "Grilled Salmon",
- price: "$38",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg",
- },
- {
- id: "p3",
- brand: "Premium",
- name: "Lamb Chops",
- price: "$45",
- rating: 5,
- reviewCount: "88",
- imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-sprinkled-with-sumac-onion_140725-9570.jpg",
- },
- {
- id: "p4",
- brand: "Garden",
- name: "Roasted Vegetables",
- price: "$22",
- rating: 4,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/chicken-sage-with-potatoes-bell-pepper-eggplant-cooked-charcoal-top-view_140725-7235.jpg",
- },
- {
- id: "p5",
- brand: "Bistro",
- name: "Charcoal Skewers",
- price: "$32",
- rating: 5,
- reviewCount: "110",
- imageSrc: "http://img.b2bpic.net/free-photo/meat-barbecue-grill-nature_23-2148199440.jpg",
- },
- {
- id: "p6",
- brand: "Gourmet",
- name: "Wagyu Burger",
- price: "$28",
- rating: 5,
- reviewCount: "205",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-green-burgers-with-green-salad-inside-round-plate-green-desk_140725-11624.jpg",
- },
- ]}
+ products={[{ id: "p1", brand: "Prime", name: "Ribeye Steak", price: "$42", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-juicy-meat-with-green-bean-salad-white-plate_181624-58243.jpg" }, { id: "p2", brand: "Fresh", name: "Grilled Salmon", price: "$38", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-with-grilled-chicken-pieces-cherry-tomatoes_114579-1454.jpg" }, { id: "p3", brand: "Premium", name: "Lamb Chops", price: "$45", rating: 5, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/meat-chicken-kebab-sprinkled-with-sumac-onion_140725-9570.jpg" }]}
title="Signature Grill Selections"
description="Discover our hand-curated menu featuring premium meats and fresh local produce."
/>
@@ -240,26 +73,8 @@ export default function LandingPage() {
@@ -267,71 +82,15 @@ export default function LandingPage() {