Merge version_1 into main #1
@@ -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"
|
||||
|
||||
@@ -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: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user