diff --git a/src/app/page.tsx b/src/app/page.tsx index d44fc60..67eb073 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,14 +1,14 @@ "use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function MissouriBakingCoPage() { return ( @@ -18,7 +18,7 @@ export default function MissouriBakingCoPage() { borderRadius="rounded" contentWidth="medium" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -46,8 +46,8 @@ export default function MissouriBakingCoPage() { { text: "Explore Menu", href: "#menu" }, { text: "Find Us", href: "#hours" }, ]} - background={{ variant: "floatingGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg" imageAlt="Missouri Baking Co. authentic Italian bakery interior" frameStyle="card" mediaAnimation="slide-up" @@ -96,13 +96,13 @@ export default function MissouriBakingCoPage() { tag="Reviews" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Regular since 2010", testimonial: "The best Italian cookies are found here. I come by every Saturday without fail.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg?_wi=1", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "Regular since 2010", testimonial: "The best Italian cookies are found here. I come by every Saturday without fail.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "Family tradition", testimonial: "Delicious cakes, especially the gooey butter cake. Three generations of my family have shopped here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", handle: "Neighborhood favorite", testimonial: "Great bread and cookies. A family tradition and a genuine neighborhood gem.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", handle: "Authentic Italian", testimonial: "These are the most authentic Italian pastries I've found anywhere. Quality you can taste.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg?_wi=2", imageAlt: "David Kim"}, + id: "4", name: "David Kim", handle: "Authentic Italian", testimonial: "These are the most authentic Italian pastries I've found anywhere. Quality you can taste.", imageSrc: "http://img.b2bpic.net/free-photo/friendly-positive-guy-approving-new-eyeglasses_1262-14230.jpg", imageAlt: "David Kim"}, { id: "5", name: "Lisa Maria", handle: "The Hill resident", testimonial: "Fresh baked goods daily. The friendly service and authentic recipes keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12703.jpg", imageAlt: "Lisa Maria"}, { @@ -122,9 +122,9 @@ export default function MissouriBakingCoPage() { tag="Location & Hours" metrics={[ { - id: "1", value: "2027 Edwards St", title: "The Hill", description: "Historic Italian district in St. Louis, MO 63110", imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=1", imageAlt: "Missouri Baking Co. storefront"}, + id: "1", value: "2027 Edwards St", title: "The Hill", description: "Historic Italian district in St. Louis, MO 63110", imageSrc: "http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg", imageAlt: "Missouri Baking Co. storefront"}, { - id: "2", value: "Tue-Sat", title: "8 AM - 4 PM", description: "Fresh pastries available daily. Cash only. Parking nearby.", imageSrc: "http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg?_wi=2", imageAlt: "Bakery pastry display"}, + id: "2", value: "Tue-Sat", title: "8 AM - 4 PM", description: "Fresh pastries available daily. Cash only. Parking nearby.", imageSrc: "http://img.b2bpic.net/free-photo/whole-grain-rustic-loaves-bread-with-white-flowers_23-2147975195.jpg", imageAlt: "Bakery pastry display"}, ]} animationType="slide-up" textboxLayout="default" @@ -145,7 +145,7 @@ export default function MissouriBakingCoPage() { required: true, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/coffee-glass-cabinet-with-baked-food_23-2147892913.jpg" imageAlt="Missouri Baking Co. warm bakery interior" mediaAnimation="slide-up" mediaPosition="right"