From 0789e4b7bbb2cc0855a49e4309fe74bf39023f99 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 13:51:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 81 ++++++++++++++++++++++++++++++------------------ 1 file changed, 51 insertions(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3a7450..426deee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Droplet, Star } from "lucide-react"; export default function LandingPage() { @@ -147,25 +147,27 @@ export default function LandingPage() {
-
@@ -181,9 +183,9 @@ export default function LandingPage() {
-
-
@@ -228,7 +240,7 @@ export default function LandingPage() { label: "Pizza", href: "#menu"}, { label: "Desserts", href: "#menu"}, - ], + ] }, { title: "About Us", items: [ @@ -240,7 +252,7 @@ export default function LandingPage() { label: "Reviews", href: "#testimonials"}, { label: "Careers", href: "#"}, - ], + ] }, { title: "Help", items: [ @@ -252,8 +264,17 @@ export default function LandingPage() { label: "Privacy Policy", href: "#"}, { label: "Terms of Service", href: "#"}, - ], + ] }, + { + title: "Hours & Info", items: [ + { label: "Mon-Thu: 12 PM - 10 PM", href: "#" }, + { label: "Fri-Sat: 12 PM - 11 PM", href: "#" }, + { label: "Sun: 12 PM - 9 PM", href: "#" }, + { label: "Phone: 01895 123456", href: "tel:01895123456" }, + { label: "Email: info@prezzouxbridge.com", href: "mailto:info@prezzouxbridge.com" } + ] + } ]} copyrightText="© 2024 Prezzo Italian Restaurant Uxbridge. All rights reserved." />