diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d06471..5693f61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Sparkles, ShieldCheck } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Shop Canvas Prints", href: "#products" }, + { text: "Create Your Pet Portrait", href: "#products" }, { text: "Explore Mugs", href: "#products" } ]} buttonAnimation="slide-up" @@ -70,9 +70,7 @@ export default function LandingPage() {