diff --git a/src/app/page.tsx b/src/app/page.tsx index cbc4f0f..6179a3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { CheckCircle } from "lucide-react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; @@ -29,17 +30,11 @@ export default function LandingPage() { @@ -51,78 +46,39 @@ export default function LandingPage() { description="Creamy. Rich. Impossible to stop at one scoop." testimonials={[ { - name: "Sarah Ahmed", - handle: "@sarah", - testimonial: "Best ice cream in Riyadh, no questions asked!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-outdoors-with-ice-cream-cone_23-2149431399.jpg?_wi=1", - imageAlt: "gourmet ice cream scoop close up", - }, + name: "Sarah Ahmed", handle: "@sarah", testimonial: "Best ice cream in Riyadh, no questions asked!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-outdoors-with-ice-cream-cone_23-2149431399.jpg", imageAlt: "gourmet ice cream scoop close up"}, { - name: "Khalid M.", - handle: "@khalid", - testimonial: "Creamy, rich, and impossible to stop!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-cheerful-relaxed-black-girl-with-curly-hair-holds-mug-coffee-enjoys-pastime-visits-exotic-cafeteria-has-summer-holidays-abroad-looks-aside_273609-29077.jpg", - imageAlt: "happy customer eating ice cream", - }, + name: "Khalid M.", handle: "@khalid", testimonial: "Creamy, rich, and impossible to stop!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/photo-cheerful-relaxed-black-girl-with-curly-hair-holds-mug-coffee-enjoys-pastime-visits-exotic-cafeteria-has-summer-holidays-abroad-looks-aside_273609-29077.jpg", imageAlt: "happy customer eating ice cream"}, { - name: "Lina Z.", - handle: "@lina", - testimonial: "Feels like authentic Italian gelato!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg", - imageAlt: "satisfied customer ice cream shop", - }, + name: "Lina Z.", handle: "@lina", testimonial: "Feels like authentic Italian gelato!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg", imageAlt: "satisfied customer ice cream shop"}, { - name: "Omar F.", - handle: "@omar", - testimonial: "The honey flavor is life changing.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg", - imageAlt: "joyful woman dessert shop", - }, + name: "Omar F.", handle: "@omar", testimonial: "The honey flavor is life changing.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg", imageAlt: "joyful woman dessert shop"}, { - name: "Noora K.", - handle: "@noora", - testimonial: "Absolutely divine quality.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3336.jpg", - imageAlt: "happy man eating gelato", - }, + name: "Noora K.", handle: "@noora", testimonial: "Absolutely divine quality.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3336.jpg", imageAlt: "happy man eating gelato"}, ]} buttons={[ { - text: "View Menu", - href: "#menu", - }, + text: "View Menu", href: "#menu"}, { - text: "Order Now", - href: "#", - }, + text: "Order Now", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-outdoors-with-ice-cream-cone_23-2149431399.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-outdoors-with-ice-cream-cone_23-2149431399.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/photo-cheerful-relaxed-black-girl-with-curly-hair-holds-mug-coffee-enjoys-pastime-visits-exotic-cafeteria-has-summer-holidays-abroad-looks-aside_273609-29077.jpg", - alt: "Sarah", - }, + src: "http://img.b2bpic.net/free-photo/photo-cheerful-relaxed-black-girl-with-curly-hair-holds-mug-coffee-enjoys-pastime-visits-exotic-cafeteria-has-summer-holidays-abroad-looks-aside_273609-29077.jpg", alt: "Sarah"}, { - src: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg", - alt: "Khalid", - }, + src: "http://img.b2bpic.net/free-photo/lunch-cafe-olive-women-eating_1303-2349.jpg", alt: "Khalid"}, { - src: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg", - alt: "Lina", - }, + src: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg", alt: "Lina"}, { - src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3336.jpg", - alt: "Omar", - }, + src: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3336.jpg", alt: "Omar"}, { - src: "http://img.b2bpic.net/free-photo/side-view-women-with-coffee-cups_23-2149966947.jpg", - alt: "Noora", - }, + src: "http://img.b2bpic.net/free-photo/side-view-women-with-coffee-cups_23-2149966947.jpg", alt: "Noora"}, ]} /> @@ -133,33 +89,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Premium Ingredients", - description: "Sourced from the finest global suppliers.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-with-coffee-cups_23-2149966947.jpg", - imageAlt: "young woman smiling with dessert", - }, + title: "Premium Ingredients", description: "Sourced from the finest global suppliers.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-with-coffee-cups_23-2149966947.jpg", imageAlt: "young woman smiling with dessert"}, { - title: "Rich Texture", - description: "Small-batch crafted for maximum creaminess.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/honey-toast-with-whipped-cream-vanilla-ice-cream_1150-18536.jpg?_wi=1", - imageAlt: "honey swirl ice cream scoop", - }, + title: "Rich Texture", description: "Small-batch crafted for maximum creaminess.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/honey-toast-with-whipped-cream-vanilla-ice-cream_1150-18536.jpg", imageAlt: "honey swirl ice cream scoop"}, { - title: "Unique Flavors", - description: "Recipes you won't find anywhere else.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-oats-with-waffle-honey_23-2148188969.jpg?_wi=1", - imageAlt: "honeycomb crunchy ice cream bowl", - }, + title: "Unique Flavors", description: "Recipes you won't find anywhere else.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-oats-with-waffle-honey_23-2148188969.jpg", imageAlt: "honeycomb crunchy ice cream bowl"}, { - title: "Friendly Service", - description: "We treat every customer like family.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/set-verdant-easter-eggs-blots-spoon-dye-liquid_23-2148070654.jpg?_wi=1", - imageAlt: "pistachio gelato scoop vibrant", - }, + title: "Friendly Service", description: "We treat every customer like family.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/set-verdant-easter-eggs-blots-spoon-dye-liquid_23-2148070654.jpg", imageAlt: "pistachio gelato scoop vibrant"}, ]} title="Why People Love Us" description="Rated 4.0 from 1,000+ happy customers in Riyadh." @@ -174,41 +114,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Honey Ice Cream", - price: "SAR 25", - imageSrc: "http://img.b2bpic.net/free-photo/honey-toast-with-whipped-cream-vanilla-ice-cream_1150-18536.jpg?_wi=2", - }, + id: "1", name: "Honey Ice Cream", price: "SAR 25", imageSrc: "http://img.b2bpic.net/free-photo/honey-toast-with-whipped-cream-vanilla-ice-cream_1150-18536.jpg"}, { - id: "2", - name: "Honeycomb Perfection", - price: "SAR 28", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-oats-with-waffle-honey_23-2148188969.jpg?_wi=2", - }, + id: "2", name: "Honeycomb Perfection", price: "SAR 28", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-oats-with-waffle-honey_23-2148188969.jpg"}, { - id: "3", - name: "Pistachio Rich", - price: "SAR 30", - imageSrc: "http://img.b2bpic.net/free-photo/set-verdant-easter-eggs-blots-spoon-dye-liquid_23-2148070654.jpg?_wi=2", - }, + id: "3", name: "Pistachio Rich", price: "SAR 30", imageSrc: "http://img.b2bpic.net/free-photo/set-verdant-easter-eggs-blots-spoon-dye-liquid_23-2148070654.jpg"}, { - id: "4", - name: "Salted Caramel", - price: "SAR 25", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-vanilla-ice-cream-with-caramel-nuts_23-2151988809.jpg", - }, + id: "4", name: "Salted Caramel", price: "SAR 25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vanilla-ice-cream-with-caramel-nuts_23-2151988809.jpg"}, { - id: "5", - name: "Classic Cone", - price: "SAR 15", - imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-spoon_23-2149450716.jpg?_wi=1", - }, + id: "5", name: "Classic Cone", price: "SAR 15", imageSrc: "http://img.b2bpic.net/free-photo/mint-ice-cream-spoon_23-2149450716.jpg"}, { - id: "6", - name: "Heart Cookie", - price: "SAR 18", - imageSrc: "http://img.b2bpic.net/free-photo/heart-cookies-with-flowers-table_23-2148017892.jpg", - }, + id: "6", name: "Heart Cookie", price: "SAR 18", imageSrc: "http://img.b2bpic.net/free-photo/heart-cookies-with-flowers-table_23-2148017892.jpg"}, ]} title="Menu Highlights" description="Our most loved flavors, crafted to perfection." @@ -222,16 +138,12 @@ export default function LandingPage() { description="Dara’s Ice Cream is one of Riyadh’s most loved dessert spots. We specialize in premium, small-batch ice cream made with high-quality ingredients to deliver a rich and unforgettable taste." metrics={[ { - value: "100%", - title: "Artisan Crafted", - }, + value: "100%", title: "Artisan Crafted"}, { - value: "1K+", - title: "Happy Customers", - }, + value: "1K+", title: "Happy Customers"}, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mint-ice-cream-spoon_23-2149450716.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/mint-ice-cream-spoon_23-2149450716.jpg" metricsAnimation="slide-up" /> @@ -240,20 +152,15 @@ export default function LandingPage() { @@ -262,13 +169,9 @@ export default function LandingPage() {