diff --git a/src/app/page.tsx b/src/app/page.tsx index cf438ee..c9d9285 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Coffee, MapPin, Clock, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -48,6 +47,8 @@ export default function LandingPage() { ]} imageSrc="https://img.b2bpic.net/free-photo/coffee-shop-counter_1252-872.jpg" imageAlt="Roadrunner Coffee interior" + background={{ variant: "plain" }} + enableKpiAnimation={true} /> @@ -57,6 +58,8 @@ export default function LandingPage() { description="From velvet lattes to our signature pour-overs, explore what makes our coffee special." animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} + gridVariant="two-columns-alternating-heights" features={[ { title: "Signature Espresso", description: "Rich, bold, and perfectly balanced.", imageSrc: "https://img.b2bpic.net/free-photo/latte-art-coffee_1252-872.jpg" }, { title: "Fresh Pastries", description: "Baked fresh every morning in-house.", imageSrc: "https://img.b2bpic.net/free-photo/croissants_23-2149233677.jpg" }, @@ -71,6 +74,8 @@ export default function LandingPage() { description="Hear what our regulars in Redlands have to say." showRating={true} animationType="blur-reveal" + textboxLayout="split" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Alex P.", handle: "@alex_redlands", testimonial: "The best coffee in town, hands down. The staff is so friendly.", rating: 5 }, { id: "2", name: "Jamie S.", handle: "@jamie_brew", testimonial: "Love the atmosphere, perfect for reading or working.", rating: 5 } @@ -90,6 +95,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/cafe-exterior_23-2148756305.jpg" faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} />