diff --git a/src/app/page.tsx b/src/app/page.tsx index 87c3bfb..e08c23c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,23 +34,23 @@ export default function LandingPage() { { name: "Testimonials", id: "testimonial" } ]} button={{ text: "Order Online", href: "product" }} - brandName="Alla Coffeeshop" + brandName="GoFo" className="py-4 px-6 md:py-6 md:px-8 lg:px-12" />
@@ -80,7 +80,7 @@ export default function LandingPage() { { id: "3", name: "Buttery Croissant", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-teapot-cookies-coffee-croissant-fig-lemon-table_23-2147956822.jpg", imageAlt: "Buttery Croissant"}, { - id: "4", name: "Alla's Signature Sandwich", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", imageAlt: "Alla's Signature Sandwich"} + id: "4", name: "GoFo's Signature Sandwich", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-with-french-fries-croque_1220-7956.jpg", imageAlt: "GoFo's Signature Sandwich"} ]} title="Our Delicious Offerings" description="Indulge in our exquisite selection of handcrafted coffees and freshly baked treats." @@ -93,9 +93,9 @@ export default function LandingPage() {
@@ -158,8 +158,8 @@ export default function LandingPage() { "Cozy atmosphere & friendly staff", "Perfect for work, study, or relaxation"] } ]} - title="Our Coffee & Community in Numbers" - description="Experience the Alla difference, quantified by quality and customer happiness." + title="GoFo's Coffee & Community in Numbers" + description="Experience the GoFo difference, quantified by quality and customer happiness." textboxLayout="default" animationType="blur-reveal" useInvertedBackground={false} @@ -179,8 +179,8 @@ export default function LandingPage() { }, { title: "Connect", items: [ - { label: "Instagram", href: "https://instagram.com/allacoffeeshop" }, - { label: "Facebook", href: "https://facebook.com/allacoffeeshop" } + { label: "Instagram", href: "https://instagram.com/gofo" }, + { label: "Facebook", href: "https://facebook.com/gofo" } ] }, { @@ -190,8 +190,8 @@ export default function LandingPage() { ] } ]} - logoText="Alla Coffeeshop" - copyrightText="© 2024 Alla Coffeeshop. All rights reserved." + logoText="GoFo" + copyrightText="© 2024 GoFo. All rights reserved." />