Update src/app/page.tsx
This commit is contained in:
@@ -3,15 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Coffee, Croissant, Users, Clock, Truck, MapPin } from "lucide-react";
|
||||
import { Clock, Truck, MapPin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -54,7 +52,6 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="About Bondi Coffee Kitchen"
|
||||
description="Located at 31 Rue Sebou, Casablanca, we are dedicated to serving quality coffee and pastries. We're open daily from 8:00 AM to 8:00 PM to provide you with the perfect community space."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,9 +63,9 @@ export default function LandingPage() {
|
||||
title="Services & More"
|
||||
description="We prioritize your comfort and accessibility."
|
||||
features={[
|
||||
{ title: "Operating Hours", description: "Open daily from 8:00 AM until 8:00 PM.", icon: Clock, mediaItems: [] },
|
||||
{ title: "Delivery Options", description: "Available on Deliveroo and Glovo for your convenience.", icon: Truck, mediaItems: [] },
|
||||
{ title: "Find Us", description: "Located at 31 Rue Sebou, Casablanca.", icon: MapPin, mediaItems: [] }
|
||||
{ title: "Operating Hours", description: "Open daily from 8:00 AM until 8:00 PM.", icon: Clock, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_1.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-table_2.jpg" }] },
|
||||
{ title: "Delivery Options", description: "Available on Deliveroo and Glovo for your convenience.", icon: Truck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-delivery_1.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/coffee-delivery_2.jpg" }] },
|
||||
{ title: "Find Us", description: "Located at 31 Rue Sebou, Casablanca.", icon: MapPin, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/map-location_1.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/map-location_2.jpg" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user