Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4209b0ffcf | |||
| 121ac33299 |
@@ -10,6 +10,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import { Crown, Sparkles, Star } from "lucide-react";
|
import { Crown, Sparkles, Star } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -33,6 +34,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "#hero" },
|
{ name: "Home", id: "#hero" },
|
||||||
{ name: "Collection", id: "#collections" },
|
{ name: "Collection", id: "#collections" },
|
||||||
{ name: "Why Icon", id: "#why" },
|
{ name: "Why Icon", id: "#why" },
|
||||||
|
{ name: "Vending", id: "#vending" },
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="ICON’s PERFUME"
|
brandName="ICON’s PERFUME"
|
||||||
@@ -103,6 +105,22 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="vending" data-section="vending">
|
||||||
|
<FeatureCardThree
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
|
gridVariant="one-large-right-three-stacked-left"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
title="Experience ICON Vending"
|
||||||
|
description="Luxury fragrances available on demand at select locations."
|
||||||
|
features={[
|
||||||
|
{ title: "Convenient Access", description: "Experience luxury scents in high-traffic premium retail environments.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-mall-interior_23-2148705663.jpg" },
|
||||||
|
{ title: "Instant Selection", description: "Choose your signature fragrance through our intelligent, contactless interface.", imageSrc: "http://img.b2bpic.net/free-photo/vending-machine-with-snacks_23-2148842602.jpg" },
|
||||||
|
{ title: "Gift Anywhere", description: "Perfect for last-minute luxury gifts on the go.", imageSrc: "http://img.b2bpic.net/free-photo/people-walking-through-shopping-mall_23-2148332152.jpg" }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -135,7 +153,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Navigate", items: [{ label: "Explore", href: "#collections" }, { label: "Why Us", href: "#why" }, { label: "Contact", href: "#contact" }] },
|
{ title: "Navigate", items: [{ label: "Explore", href: "#collections" }, { label: "Why Us", href: "#why" }, { label: "Vending", href: "#vending" }, { label: "Contact", href: "#contact" }] },
|
||||||
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/123456789" }, { label: "Instagram", href: "#" }, { label: "Email", href: "mailto:hello@iconsperfume.com" }] },
|
{ title: "Connect", items: [{ label: "WhatsApp", href: "https://wa.me/123456789" }, { label: "Instagram", href: "#" }, { label: "Email", href: "mailto:hello@iconsperfume.com" }] },
|
||||||
]}
|
]}
|
||||||
logoText="ICON’s PERFUME"
|
logoText="ICON’s PERFUME"
|
||||||
|
|||||||
Reference in New Issue
Block a user