From 8acfde8e200bf9a0b4f6e78e9b3c5d6ab8bc3757 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:32:32 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b814827..fb0638f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,9 +22,11 @@ const roboto = Roboto({ export const metadata: Metadata = { title: "Anderson Açaí | Fresh Brazilian Cups", description: "Authentic Brazilian açaí cups made fresh daily. Build your perfect bowl and find Anderson's location today. Zelle & cash accepted.", keywords: "açaí, acai bowls, Brazilian food, street food, açaí cups, organic, fresh fruit", openGraph: { - title: "Anderson Açaí | Fresh Brazilian Cups", description: "Authentic Brazilian açaí cups made fresh daily. Build your perfect bowl with fresh ingredients.", siteName: "Anderson Açaí", type: "website"}, + title: "Anderson Açaí | Fresh Brazilian Cups", description: "Authentic Brazilian açaí cups made fresh daily. Build your perfect bowl with fresh ingredients.", siteName: "Anderson Açaí", type: "website" + }, twitter: { - card: "summary_large_image", title: "Anderson Açaí | Fresh Brazilian Cups", description: "Build your perfect açaí bowl with Anderson. Fresh, authentic, and delicious."}, + card: "summary_large_image", title: "Anderson Açaí | Fresh Brazilian Cups", description: "Build your perfect açaí bowl with Anderson. Fresh, authentic, and delicious." + }, }; export default function RootLayout({ -- 2.49.1 From db188e531810875718f2c25fc9047ee49335487a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:32:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++++++++------------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f48de4..f10b598 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { logoText="ANDERSON AÇAÍ" description="Authentic Brazilian açaí cups crafted with love. Fresh fruit, creamy texture, pure joy in every spoonful." buttons={[ - { text: "Build Your Açaí", href: "#acai-builder" }, + { text: "Customize Now", href: "#acai-builder" }, { text: "Chat with Anderson", href: "#chat" }, ]} background={{ variant: "glowing-orb" }} @@ -62,9 +62,11 @@ export default function LandingPage() { description="Find Anderson's location and route for today. Interactive map with real-time updates and direct messaging." features={[ { - id: "current-location", title: "Current Location", description: "Anderson is currently selling at this spot. Click to view the exact address and directions.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg?_wi=1", imageAlt: "Current Location Map"}, + id: "current-location", title: "Current Location", description: "Anderson is currently selling at this spot. Click to view the exact address and directions.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg?_wi=1", imageAlt: "Current Location Map" + }, { - id: "route-today", title: "Route Today", description: "See all the stops Anderson will pass by today. Plan your visit in advance and catch him at your favorite spot.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg?_wi=2", imageAlt: "Route Map"}, + id: "route-today", title: "Route Today", description: "See all the stops Anderson will pass by today. Plan your visit in advance and catch him at your favorite spot.", imageSrc: "http://img.b2bpic.net/free-vector/public-transport-app-interface_23-2148690779.jpg?_wi=2", imageAlt: "Route Map" + }, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -82,17 +84,23 @@ export default function LandingPage() { tag="Interactive Builder" products={[ { - id: "acai-base", name: "Açaí Base", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg?_wi=2", imageAlt: "Açaí Base"}, + id: "acai-base", name: "Açaí Base", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg?_wi=2", imageAlt: "Açaí Base" + }, { - id: "strawberry-topping", name: "Strawberry", price: "+$1.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberries-bowl_661915-247.jpg", imageAlt: "Fresh Strawberry"}, + id: "strawberry-topping", name: "Strawberry", price: "+$1.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberries-bowl_661915-247.jpg", imageAlt: "Fresh Strawberry" + }, { - id: "banana-topping", name: "Banana", price: "+$0.75", imageSrc: "http://img.b2bpic.net/free-psd/sliced-bananas-wooden-bowl-delicious-healthy-snack_191095-85640.jpg", imageAlt: "Banana Slices"}, + id: "banana-topping", name: "Banana", price: "+$0.75", imageSrc: "http://img.b2bpic.net/free-psd/sliced-bananas-wooden-bowl-delicious-healthy-snack_191095-85640.jpg", imageAlt: "Banana Slices" + }, { - id: "granola-topping", name: "Granola", price: "+$1.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-almonds-nuts_198174-20.jpg", imageAlt: "Crunchy Granola"}, + id: "granola-topping", name: "Granola", price: "+$1.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-almonds-nuts_198174-20.jpg", imageAlt: "Crunchy Granola" + }, { - id: "honey-topping", name: "Honey Drizzle", price: "+$1.00", imageSrc: "http://img.b2bpic.net/free-photo/spoon-full-honey_23-2148132519.jpg", imageAlt: "Golden Honey"}, + id: "honey-topping", name: "Honey Drizzle", price: "+$1.00", imageSrc: "http://img.b2bpic.net/free-photo/spoon-full-honey_23-2148132519.jpg", imageAlt: "Golden Honey" + }, { - id: "powder-milk", name: "Powder Milk", price: "+$0.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg?_wi=3", imageAlt: "Powder Milk"}, + id: "powder-milk", name: "Powder Milk", price: "+$0.50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cup-brazilian-acai-dessert_23-2150168830.jpg?_wi=3", imageAlt: "Powder Milk" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -122,13 +130,17 @@ export default function LandingPage() { ctaButton={{ text: "Open Chat", href: "#" }} faqs={[ { - 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: "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: "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: "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."}, + 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." + }, ]} useInvertedBackground={false} animationType="slide-up" -- 2.49.1