Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 190fa4ed0a | |||
| 796284a11b | |||
| c0c02f63e5 | |||
| f434c6433d | |||
| 6917d084b1 | |||
| f80aefb475 | |||
| fb34280256 |
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||||
import ContactText from "@/components/sections/contact/ContactText";
|
import ContactText from "@/components/sections/contact/ContactText";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||||
import { Camera, Heart, HelpCircle, MessageCircle, ShoppingCart, Sparkles, Zap, Crown, Shield } from "lucide-react";
|
import { Camera, Heart, HelpCircle, MessageCircle, ShoppingCart, Sparkles, Zap, Crown, Shield, Zap as Lightning } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
|||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
title="Crown Fragrance – Smells Like Royalty"
|
title="Crown Fragrance – Smells Like Royalty"
|
||||||
description="Premium, long-lasting fragrances inspired by luxury designers, delivered fresh from Lahore across Pakistan. 100% authentic, cash on delivery, satisfaction guaranteed."
|
description="Premium, long-lasting fragrances inspired by luxury designers, delivered fresh from Lahore across Pakistan. 100% authentic, cash on delivery, satisfaction guaranteed."
|
||||||
tag="Exclusive Launch"
|
tag="Limited Stock – First-Time Offer 20% Off"
|
||||||
tagIcon={Crown}
|
tagIcon={Lightning}
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[
|
||||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Collection", href: "#products" },
|
{ text: "Shop Now & Get 20% Off", href: "#products" },
|
||||||
{ text: "WhatsApp Now", href: "https://wa.me/923001234567?text=Hi%20Crown%20Fragrance%2C%20I%20would%20like%20to%20browse%20your%20collection." }
|
{ text: "WhatsApp Now", href: "https://wa.me/923001234567?text=Hi%20Crown%20Fragrance%2C%20I%20would%20like%20to%20browse%20your%20collection." }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -83,7 +83,10 @@ export default function LandingPage() {
|
|||||||
tag="Limited Stock"
|
tag="Limited Stock"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[{ text: "View All Products", href: "#" }]}
|
buttons={[
|
||||||
|
{ text: "Shop Premium Scents Now", href: "#" },
|
||||||
|
{ text: "View FAQ", href: "#faq" }
|
||||||
|
]}
|
||||||
buttonAnimation="opacity"
|
buttonAnimation="opacity"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user