Merge version_1_1776718604563 into main #3

Merged
bender merged 1 commits from version_1_1776718604563 into main 2026-04-20 21:01:05 +00:00

View File

@@ -7,7 +7,6 @@ import NavbarCentered from '@/components/ui/NavbarCentered';
import PricingLayeredCards from '@/components/sections/pricing/PricingLayeredCards';
import ProductQuantityCards from '@/components/sections/product/ProductQuantityCards';
import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards';
import { Clock, Flame, Wheat } from "lucide-react";
export default function App() {
return (
@@ -47,7 +46,8 @@ export default function App() {
<AboutTextSplit
title="Our Passion for Baking"
descriptions={[
"Started in a small kitchen, we've grown into a community staple. We believe that great bread starts with high-quality, simple ingredients.", "Our head baker uses traditional slow-fermentation techniques that ensure every loaf is packed with flavor and easier to digest.", "Visit us every morning for fresh batches right out of the oven. We're proud to serve our neighborhood with quality you can taste."]}
"Started in a small kitchen, we've grown into a community staple. We believe that great bread starts with high-quality, simple ingredients.", "Our head baker uses traditional slow-fermentation techniques that ensure every loaf is packed with flavor and easier to digest.", "Visit us every morning for fresh batches right out of the oven. We're proud to serve our neighborhood with quality you can taste."
]}
primaryButton={{ text: "Visit Us", href: "#contact" }}
/>
</div>