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" 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: "#" } ]