diff --git a/src/app/page.tsx b/src/app/page.tsx
index c9fc28c..ae22656 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SplitAbout from '@/components/sections/about/SplitAbout';
+import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() {
return (
@@ -29,22 +30,13 @@ export default function LandingPage() {
@@ -53,126 +45,39 @@ export default function LandingPage() {
+
+
+
+
@@ -265,20 +122,8 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "res",
- name: "Book Table",
- price: "Reserve Now",
- features: [
- "Phone: Required",
- "Guests: Required",
- "Date & Time: Required",
- ],
- buttons: [
- {
- text: "Book Your Table Now",
- href: "#",
- },
- ],
+ id: "res", name: "Reserve Table", price: "Join Us", features: ["Phone: Required", "Guests: Required", "Date & Time: Required"],
+ buttons: [{ text: "Book Your Table", href: "#" }],
},
]}
title="Table Reservation"
@@ -289,19 +134,11 @@ export default function LandingPage() {
@@ -309,57 +146,8 @@ export default function LandingPage() {