diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1fa37ce..2121fd2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function LandingPage() {
return (
@@ -29,17 +29,11 @@ export default function LandingPage() {
@@ -48,65 +42,40 @@ export default function LandingPage() {
@@ -119,29 +88,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Spicy Mexican Pasta",
- price: "₹349",
- imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-plate-with-tomatoc-sauce_176474-6938.jpg",
- },
+ id: "p1", name: "Spicy Mexican Pasta", price: "₹349", imageSrc: "http://img.b2bpic.net/free-photo/penne-pasta-plate-with-tomatoc-sauce_176474-6938.jpg"},
{
- id: "p2",
- name: "Olympus Pizza",
- price: "₹499",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fluffy-pizza-with-mushrooms_23-2148574234.jpg",
- },
+ id: "p2", name: "Olympus Pizza", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fluffy-pizza-with-mushrooms_23-2148574234.jpg"},
{
- id: "p3",
- name: "Blueberry Cheesecake",
- price: "₹299",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-cookies-tray-christmas_1187-695.jpg",
- },
+ id: "p3", name: "Blueberry Cheesecake", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-cookies-tray-christmas_1187-695.jpg"},
{
- id: "p4",
- name: "Iced Coffee",
- price: "₹199",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648694.jpg",
- },
+ id: "p4", name: "Iced Coffee", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648694.jpg"},
]}
title="Signature Dishes"
description="Hand-crafted delicacies prepared fresh daily."
@@ -156,17 +109,11 @@ export default function LandingPage() {
description="From quiet work afternoons to romantic evening dates, The Cherry Tree Cafe offers an aesthetic, cozy haven in the heart of Hazratganj."
bulletPoints={[
{
- title: "Warm Ambience",
- description: "Designed for comfort and conversation.",
- },
+ title: "Warm Ambience", description: "Designed for comfort and conversation."},
{
- title: "Artisanal Coffee",
- description: "Expertly roasted beans for the perfect cup.",
- },
+ title: "Artisanal Coffee", description: "Expertly roasted beans for the perfect cup."},
{
- title: "Central Location",
- description: "Right in the heart of Hazratganj.",
- },
+ title: "Central Location", description: "Right in the heart of Hazratganj."},
]}
imageSrc="http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5738.jpg"
mediaAnimation="blur-reveal"
@@ -174,35 +121,19 @@ export default function LandingPage() {
-
@@ -210,8 +141,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file