7 Commits

Author SHA1 Message Date
33ebf3e43e Merge version_3 into main
Merge version_3 into main
2026-03-05 20:38:04 +00:00
32ed5e5707 Update src/app/page.tsx 2026-03-05 20:38:00 +00:00
d7e7451a08 Update src/app/layout.tsx 2026-03-05 20:38:00 +00:00
ac729a55b9 Merge version_2 into main
Merge version_2 into main
2026-03-05 20:32:36 +00:00
db188e5318 Update src/app/page.tsx 2026-03-05 20:32:33 +00:00
8acfde8e20 Update src/app/layout.tsx 2026-03-05 20:32:32 +00:00
a32371d1cc Merge version_1 into main
Merge version_1 into main
2026-03-05 20:24:00 +00:00

View File

@@ -121,12 +121,12 @@ export default function LandingPage() {
ctaIcon={MessageCircle}
ctaButton={{ text: "Open Chat", href: "#" }}
faqs={[
{
id: "3", title: "Can I customize my order?", content: "Absolutely! All our ingredients are customizable. Let us know your preferences - allergies, dietary needs, or taste preferences."},
{
id: "1", title: "Also serving Brazilian foods", content: "Beyond our signature açaí bowls, Anderson also serves authentic Brazilian snacks and treats. Ask about daily specials!"},
{
id: "2", title: "Extra toppings available", content: "Want extras? Condensed milk, additional fruit, or extra granola will cost a little more. Customize your bowl perfectly!"},
{
id: "3", title: "Can I customize my order?", content: "Absolutely! All our ingredients are customizable. Let us know your preferences - allergies, dietary needs, or taste preferences."},
{
id: "4", title: "How fresh are the ingredients?", content: "We source the freshest açaí and fruits daily. Every bowl is made to order with premium quality ingredients."},
]}