Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cea401117a | |||
| 363c1e81e1 |
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||||
import { Sparkles, ShieldCheck } from "lucide-react";
|
import { Sparkles } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Canvas Prints", href: "#products" },
|
{ text: "Create Your Pet Portrait", href: "#products" },
|
||||||
{ text: "Explore Mugs", href: "#products" }
|
{ text: "Explore Mugs", href: "#products" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -70,9 +70,7 @@ export default function LandingPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Our Collections"
|
title="Our Collections"
|
||||||
description="Choose from our selection of premium pet prints and personalized gifts. Each product is crafted with care to bring joy to pet lovers everywhere."
|
description="Choose from our selection of premium pet prints and personalized gifts. Each product is crafted with care to bring joy to pet lovers everywhere."
|
||||||
tag="100% Satisfaction Guaranteed & Free Shipping"
|
tag="Shop Now"
|
||||||
tagIcon={ShieldCheck}
|
|
||||||
tagAnimation="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user