Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-02-18 11:20:57 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

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