diff --git a/src/app/page.tsx b/src/app/page.tsx index c969270..927a810 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,9 @@ 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 TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Coffee, Croissant, Users } from "lucide-react"; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Coffee, Croissant, Users, Clock, Truck, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -31,14 +31,10 @@ export default function LandingPage() { @@ -113,65 +80,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", name: "Signature Latte", price: "25 MAD", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-takeaway-coffee-cup-table_23-2147906521.jpg"}, - { - id: "p2", name: "Chocolate Croissant", price: "18 MAD", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-chocolate-filling-dark-background_114579-77510.jpg"}, - { - id: "p3", name: "Avocado Toast", price: "45 MAD", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-healthy-breakfast_23-2147860346.jpg"}, - { - id: "p4", name: "Iced Latte", price: "30 MAD", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/fruit-mocktail_74190-199.jpg"}, - { - id: "p5", name: "Fresh OJ", price: "20 MAD", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/fresh-orange-juice-glass-fresh-orange_1150-20691.jpg"}, - { - id: "p6", name: "Gourmet Sandwich", price: "55 MAD", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/salad-sandwich-with-cheese_1220-328.jpg"}, + { id: "p1", name: "Signature Latte", price: "25 MAD", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-holding-takeaway-coffee-cup-table_23-2147906521.jpg" }, + { id: "p2", name: "Chocolate Croissant", price: "18 MAD", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-chocolate-filling-dark-background_114579-77510.jpg" }, + { id: "p3", name: "Avocado Toast", price: "45 MAD", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-healthy-breakfast_23-2147860346.jpg" } ]} - title="Our Daily Menu" - description="From morning pick-me-ups to mid-day treats." - /> - - -
- -
- -
-
@@ -179,14 +93,10 @@ export default function LandingPage() { @@ -196,26 +106,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file