Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
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() {
|
||||
return (
|
||||
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
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."
|
||||
tag="Exclusive Launch"
|
||||
tagIcon={Crown}
|
||||
tag="Limited Stock – First-Time Offer 20% Off"
|
||||
tagIcon={Lightning}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop Collection", href: "#products" },
|
||||
{ text: "Explore Exclusive Scents", href: "#products" },
|
||||
{ text: "WhatsApp Now", href: "https://wa.me/923001234567?text=Hi%20Crown%20Fragrance%2C%20I%20would%20like%20to%20browse%20your%20collection." }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -277,4 +277,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user