6 Commits

Author SHA1 Message Date
c76dd0d66c Update src/app/page.tsx 2026-05-06 02:46:24 +00:00
ea19c33eee Merge version_3 into main
Merge version_3 into main
2026-05-06 02:43:35 +00:00
9bb0772a75 Update src/app/page.tsx 2026-05-06 02:43:32 +00:00
a035abf8f9 Merge version_2 into main
Merge version_2 into main
2026-05-06 02:42:02 +00:00
366517421c Update src/app/page.tsx 2026-05-06 02:41:59 +00:00
7f321831cd Merge version_1 into main
Merge version_1 into main
2026-05-06 02:40:58 +00:00

View File

@@ -55,6 +55,8 @@ export default function LandingPage() {
buttons={[
{
text: "Explore Breads", href: "#products"},
{
text: "Order Now", href: "#contact"},
]}
mediaItems={[
{
@@ -156,6 +158,9 @@ export default function LandingPage() {
id: "f2", title: "Do you offer wholesale?", content: "Yes, we work with local cafes. Contact us for details."},
{
id: "f3", title: "Is your bread vegan?", content: "Most of our artisan loaves are vegan, containing only flour, water, and salt."},
{
id: "f4", title: "Do you offer gluten-free options?", content: "We specialize in traditional sourdough. While we use high-quality wheat, we recommend individuals with celiac disease contact us directly for specific ingredient lists and allergen safety protocols."
}
]}
sideTitle="Questions?"
faqsAnimation="slide-up"
@@ -203,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}