diff --git a/src/app/page.tsx b/src/app/page.tsx index 4656ef9..686efc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Sparkles, Star, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,22 +29,10 @@ export default function LandingPage() { @@ -97,14 +62,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "4.7 Rating", - "Local Favorite", - "Fast Service", - "Big Flavor", - "Best in Town", - "Fresh Ingredients", - "Daily Specials", - ]} + "4.7 Rating", "Local Favorite", "Fast Service", "Big Flavor", "Best in Town", "Fresh Ingredients", "Daily Specials"]} title="Local Favorite" description="Join the thousands who make us their daily chill spot." /> @@ -117,27 +75,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Loaded Shaved Ice", - description: "Bright, bold flavors piled high with toppings that hit every craving.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-muesli-with-berries-wooden-surface_181624-17459.jpg", - titleIconSrc: "Sparkles", - buttonText: "See Details", - }, - { - title: "Creamy Treats", - description: "Rich, smooth, and perfectly chilled desserts customers rave about.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-tart-with-fork_23-2148161616.jpg", - titleIconSrc: "Star", - buttonText: "See Details", - }, - { - title: "Custom Combos", - description: "Mix, match, and create your perfect flavor combo every time.", - imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-with-orange_140725-7453.jpg", - titleIconSrc: "Zap", - buttonText: "See Details", - }, + { title: "Loaded Shaved Ice", description: "Bright, bold flavors piled high with toppings that hit every craving.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bowl-muesli-with-berries-wooden-surface_181624-17459.jpg", titleIconSrc: "Sparkles", buttonText: "See Details" }, + { title: "Creamy Treats", description: "Rich, smooth, and perfectly chilled desserts customers rave about.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-tart-with-fork_23-2148161616.jpg", titleIconSrc: "Star", buttonText: "See Details" }, + { title: "Custom Combos", description: "Mix, match, and create your perfect flavor combo every time.", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-with-orange_140725-7453.jpg", titleIconSrc: "Zap", buttonText: "See Details" }, ]} title="Fan Favorites" description="Discover our signature menu items crafted for perfection." @@ -148,42 +88,13 @@ export default function LandingPage() {