From 4cc0cf90ef78d94f6ea42fae753d122f06bb8e2b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 11:20:52 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a105fe..ef55de0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Cup, HelpCircle, Hammer, Heart, Leaf, Mail, Shield, Sparkles, Star } from "lucide-react"; +import { Award, Coffee, HelpCircle, Hammer, Heart, Leaf, Mail, Shield, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -46,7 +46,7 @@ export default function LandingPage() { title="Premium Cups for Every Moment" description="Discover our exclusive collection of handcrafted ceramic and travel cups. Perfect for your daily coffee, tea, or any beverage you love." tag="Welcome to Fibabaha" - tagIcon={Cup} + tagIcon={Coffee} background={{ variant: "sparkles-gradient" }} inputPlaceholder="Enter your email for exclusive offers" buttonText="Shop Collection" -- 2.49.1 From 2053ceebf1350fbf11e3f64887f4df9564f4e76e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 11:20:53 +0000 Subject: [PATCH 2/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index c9cf607..aaecdc3 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -111,7 +111,7 @@ export default function ProductPage({ params }: ProductPageProps) { }, { items: [ - { label: "Contact", href: "mailto:hello@fibabaha.com" }, + { label: "Contact", href: "mailto:hello@fibababa.com" }, { label: "FAQ", href: "#faq" }, { label: "Blog", href: "#" } ] -- 2.49.1