Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-04-03 18:22:41 +00:00
5 changed files with 83 additions and 550 deletions

View File

@@ -26,28 +26,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Bestsellers",
id: "/bestsellers",
},
{
name: "For Him",
id: "/for-him",
},
{
name: "For Her",
id: "/for-her",
},
{
name: "About Us",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Bestsellers", id: "/bestsellers" },
{ name: "For Him", id: "/for-him" },
{ name: "For Her", id: "/for-her" },
{ name: "About Us", id: "/about" },
]}
brandName="Perfume Liquor"
button={{ text: "Shop Now", href: "/bestsellers" }}
/>
</div>
@@ -60,21 +46,14 @@ export default function LandingPage() {
description="Crafting scent, not just fragrance."
features={[
{
id: "p1",
title: "Natural Ingredients",
description: "Sourced sustainably.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=20",
},
id: "p1", title: "Natural Ingredients", description: "Sourced sustainably.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg"},
items: [
{
icon: Leaf,
text: "Organic",
},
text: "Organic"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg?_wi=2",
imageAlt: "man portrait studio shot",
},
]}
/>
@@ -89,18 +68,8 @@ export default function LandingPage() {
title="Meet the Founders"
description="The minds behind the fragrance."
members={[
{
id: "t1",
name: "Jane Doe",
role: "Head Perfumer",
imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg?_wi=3",
},
{
id: "t2",
name: "John Smith",
role: "Creative Director",
imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg?_wi=3",
},
{ id: "t1", name: "Jane Doe", role: "Head Perfumer", imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg" },
{ id: "t2", name: "John Smith", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg" },
]}
/>
</div>
@@ -108,58 +77,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "About",
items: [
{
label: "Our Story",
href: "/about",
},
{
label: "Values",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "/contact",
},
{
label: "FAQs",
href: "#faq",
},
],
},
{
title: "Policies",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Shipping",
href: "#",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{ title: "About", items: [{ label: "Our Story", href: "/about" }, { label: "Values", href: "#" }] },
{ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#faq" }] },
{ title: "Policies", items: [{ label: "Privacy Policy", href: "#" }, { label: "Shipping", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
]}
copyrightText="© 2024 Perfume Liquor. All rights reserved."
/>

View File

@@ -24,28 +24,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Bestsellers",
id: "/bestsellers",
},
{
name: "For Him",
id: "/for-him",
},
{
name: "For Her",
id: "/for-her",
},
{
name: "About Us",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Bestsellers", id: "/bestsellers" },
{ name: "For Him", id: "/for-him" },
{ name: "For Her", id: "/for-her" },
{ name: "About Us", id: "/about" },
]}
brandName="Perfume Liquor"
button={{ text: "Shop Now", href: "/bestsellers" }}
/>
</div>
@@ -58,18 +44,8 @@ export default function LandingPage() {
title="Our Best Sellers"
description="Hand-picked luxury fragrances."
products={[
{
id: "b1",
name: "Signature Gold",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=14",
},
{
id: "b2",
name: "Midnight Bloom",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=15",
},
{ id: "b1", name: "Signature Gold", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
{ id: "b2", name: "Midnight Bloom", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
]}
/>
</div>
@@ -77,58 +53,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "About",
items: [
{
label: "Our Story",
href: "/about",
},
{
label: "Values",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "/contact",
},
{
label: "FAQs",
href: "#faq",
},
],
},
{
title: "Policies",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Shipping",
href: "#",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{ title: "About", items: [{ label: "Our Story", href: "/about" }, { label: "Values", href: "#" }] },
{ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#faq" }] },
{ title: "Policies", items: [{ label: "Privacy Policy", href: "#" }, { label: "Shipping", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
]}
copyrightText="© 2024 Perfume Liquor. All rights reserved."
/>

View File

@@ -24,28 +24,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Bestsellers",
id: "/bestsellers",
},
{
name: "For Him",
id: "/for-him",
},
{
name: "For Her",
id: "/for-her",
},
{
name: "About Us",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Bestsellers", id: "/bestsellers" },
{ name: "For Him", id: "/for-him" },
{ name: "For Her", id: "/for-her" },
{ name: "About Us", id: "/about" },
]}
brandName="Perfume Liquor"
button={{ text: "Shop Now", href: "/bestsellers" }}
/>
</div>
@@ -58,18 +44,8 @@ export default function LandingPage() {
title="Feminine Elegance"
description="Floral and captivating scents."
products={[
{
id: "f1",
name: "Floral Rose",
price: "₹1100",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=18",
},
{
id: "f2",
name: "Jasmine Nights",
price: "₹1100",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=19",
},
{ id: "f1", name: "Floral Rose", price: "₹1100", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
{ id: "f2", name: "Jasmine Nights", price: "₹1100", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
]}
/>
</div>
@@ -77,58 +53,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "About",
items: [
{
label: "Our Story",
href: "/about",
},
{
label: "Values",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "/contact",
},
{
label: "FAQs",
href: "#faq",
},
],
},
{
title: "Policies",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Shipping",
href: "#",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{ title: "About", items: [{ label: "Our Story", href: "/about" }, { label: "Values", href: "#" }] },
{ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#faq" }] },
{ title: "Policies", items: [{ label: "Privacy Policy", href: "#" }, { label: "Shipping", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
]}
copyrightText="© 2024 Perfume Liquor. All rights reserved."
/>

View File

@@ -24,28 +24,14 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Bestsellers",
id: "/bestsellers",
},
{
name: "For Him",
id: "/for-him",
},
{
name: "For Her",
id: "/for-her",
},
{
name: "About Us",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Bestsellers", id: "/bestsellers" },
{ name: "For Him", id: "/for-him" },
{ name: "For Her", id: "/for-her" },
{ name: "About Us", id: "/about" },
]}
brandName="Perfume Liquor"
button={{ text: "Shop Now", href: "/bestsellers" }}
/>
</div>
@@ -58,18 +44,8 @@ export default function LandingPage() {
title="Masculine Scents"
description="Sophisticated fragrances for him."
products={[
{
id: "m1",
name: "Woody Earth",
price: "₹1100",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=16",
},
{
id: "m2",
name: "Classic Leather",
price: "₹1100",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=17",
},
{ id: "m1", name: "Woody Earth", price: "₹1100", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
{ id: "m2", name: "Classic Leather", price: "₹1100", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
]}
/>
</div>
@@ -77,58 +53,10 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "About",
items: [
{
label: "Our Story",
href: "/about",
},
{
label: "Values",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "/contact",
},
{
label: "FAQs",
href: "#faq",
},
],
},
{
title: "Policies",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Shipping",
href: "#",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{ title: "About", items: [{ label: "Our Story", href: "/about" }, { label: "Values", href: "#" }] },
{ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#faq" }] },
{ title: "Policies", items: [{ label: "Privacy Policy", href: "#" }, { label: "Shipping", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
]}
copyrightText="© 2024 Perfume Liquor. All rights reserved."
/>

View File

@@ -29,47 +29,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Bestsellers",
id: "/bestsellers",
},
{
name: "For Him",
id: "/for-him",
},
{
name: "For Her",
id: "/for-her",
},
{
name: "About Us",
id: "/about",
},
{ name: "Home", id: "/" },
{ name: "Bestsellers", id: "/bestsellers" },
{ name: "For Him", id: "/for-him" },
{ name: "For Her", id: "/for-her" },
{ name: "About Us", id: "/about" },
]}
brandName="Perfume Liquor"
button={{ text: "Shop Now", href: "/bestsellers" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
logoText="Experience 25% Pure Perfume"
description="Luxury fragrance redefined. Crafted with 25% oil concentration for a long-lasting, premium scent experience that is as approachable as it is elegant."
buttons={[
{
text: "Shop Now",
href: "/bestsellers",
},
]}
buttons={[{ text: "Shop Now", href: "/bestsellers" }]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg"
imageAlt="Perfume Liquor hero banner"
mediaAnimation="blur-reveal"
/>
@@ -82,34 +61,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Signature Gold",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=2",
imageAlt: "Signature perfume",
},
{
id: "p2",
name: "Midnight Bloom",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=3",
imageAlt: "Midnight bloom perfume",
},
{
id: "p3",
name: "Ocean Breeze",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=4",
imageAlt: "Ocean breeze perfume",
},
{
id: "p4",
name: "Royal Musk",
price: "₹999",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=5",
imageAlt: "Royal musk perfume",
},
{ id: "p1", name: "Signature Gold", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg", imageAlt: "Signature perfume" },
{ id: "p2", name: "Midnight Bloom", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg", imageAlt: "Midnight bloom perfume" },
{ id: "p3", name: "Ocean Breeze", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg", imageAlt: "Ocean breeze perfume" },
{ id: "p4", name: "Royal Musk", price: "₹999", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg", imageAlt: "Royal musk perfume" },
]}
title="Bestsellers"
description="Our most loved fragrances, handpicked for you."
@@ -123,49 +78,25 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Vegan Formula",
description: "100% plant-derived ingredients for a guilt-free luxury experience.",
icon: CheckCircle,
title: "Vegan Formula", description: "100% plant-derived ingredients for a guilt-free luxury experience.", icon: CheckCircle,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=6",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=7",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=8",
imageAlt: "luxury perfume bottle white background",
},
{
title: "Cruelty-Free",
description: "No animal testing, ever. We love our furry friends.",
icon: Shield,
title: "Cruelty-Free", description: "No animal testing, ever. We love our furry friends.", icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=9",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=10",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg?_wi=1",
imageAlt: "woman smiling portrait soft lighting",
},
{
title: "Allergy-Free",
description: "Dermatologically tested and safe for sensitive skin.",
icon: Zap,
title: "Allergy-Free", description: "Dermatologically tested and safe for sensitive skin.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=11",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=12",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg" },
],
imageSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg?_wi=1",
imageAlt: "man portrait studio shot",
},
]}
title="Why Perfume Liquor?"
@@ -178,61 +109,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
date: "Oct 2023",
title: "Excellent Quality",
quote: "I love the long-lasting scents!",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-smiling-girl-with-patch-shoulder-after-vaccination-covid19-vaccinating-campaign-standing-yellow-background_1258-301134.jpg",
imageAlt: "smiling woman portrait bright background",
},
{
id: "2",
name: "Michael R.",
date: "Nov 2023",
title: "Amazing",
quote: "Premium quality at a great price.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model-sexy-man-dressed-tshirt-jeans-fashion-male-isolated-blue-wall-studio_158538-26735.jpg",
imageAlt: "smiling man portrait studio clean",
},
{
id: "3",
name: "Emily K.",
date: "Dec 2023",
title: "My Favorite",
quote: "The best perfume I have ever owned.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-smiling-girl-with-patch-shoulder-after-vaccination-covid19-vaccinating-campaign-standing-yellow-background_1258-301134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-student-curly-dark-hair-looking-with-anticipation-interest-smiling-pleased-gazing-camera-waiting-hopeful-white-background_176420-46707.jpg",
imageAlt: "woman smiling studio portrait clean",
},
{
id: "4",
name: "David L.",
date: "Jan 2024",
title: "So fresh!",
quote: "Absolutely obsessed with these scents.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model-sexy-man-dressed-tshirt-jeans-fashion-male-isolated-blue-wall-studio_158538-26735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg?_wi=13",
imageAlt: "luxury perfume bottle white background",
},
{
id: "5",
name: "Jessica M.",
date: "Feb 2024",
title: "Pure Luxury",
quote: "Elegant packaging and perfect scent.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-student-curly-dark-hair-looking-with-anticipation-interest-smiling-pleased-gazing-camera-waiting-hopeful-white-background_176420-46707.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg?_wi=2",
imageAlt: "woman smiling portrait soft lighting",
},
{ id: "1", name: "Sarah J.", date: "Oct 2023", title: "Excellent Quality", quote: "I love the long-lasting scents!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-smiling-girl-with-patch-shoulder-after-vaccination-covid19-vaccinating-campaign-standing-yellow-background_1258-301134.jpg", imageAlt: "smiling woman portrait bright background" },
{ id: "2", name: "Michael R.", date: "Nov 2023", title: "Amazing", quote: "Premium quality at a great price.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-arab-man-good-mood-dancing_482257-77889.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model-sexy-man-dressed-tshirt-jeans-fashion-male-isolated-blue-wall-studio_158538-26735.jpg", imageAlt: "smiling man portrait studio clean" },
{ id: "3", name: "Emily K.", date: "Dec 2023", title: "My Favorite", quote: "The best perfume I have ever owned.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-happy-smiling-girl-with-patch-shoulder-after-vaccination-covid19-vaccinating-campaign-standing-yellow-background_1258-301134.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-student-curly-dark-hair-looking-with-anticipation-interest-smiling-pleased-gazing-camera-waiting-hopeful-white-background_176420-46707.jpg", imageAlt: "woman smiling studio portrait clean" },
{ id: "4", name: "David L.", date: "Jan 2024", title: "So fresh!", quote: "Absolutely obsessed with these scents.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model-sexy-man-dressed-tshirt-jeans-fashion-male-isolated-blue-wall-studio_158538-26735.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-perfume-bottle-glass-model-red-color-with-gold-plastic-cover_140725-13874.jpg", imageAlt: "luxury perfume bottle white background" },
{ id: "5", name: "Jessica M.", date: "Feb 2024", title: "Pure Luxury", quote: "Elegant packaging and perfect scent.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-young-girl-student-curly-dark-hair-looking-with-anticipation-interest-smiling-pleased-gazing-camera-waiting-hopeful-white-background_176420-46707.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blondie-woman-with-hair-fly-air_633478-1374.jpg", imageAlt: "woman smiling portrait soft lighting" },
]}
title="Customer Reviews"
description="Don't just take our word for it—hear what our community says."
@@ -246,70 +127,17 @@ export default function LandingPage() {
title="Trusted by Perfumery Experts"
description="Celebrating craftsmanship in the fragrance industry."
names={[
"Fragrance Journal",
"Luxury Life",
"Scent Weekly",
"Daily Bloom",
"Global Perfumers",
]}
"Fragrance Journal", "Luxury Life", "Scent Weekly", "Daily Bloom", "Global Perfumers"]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "About",
items: [
{
label: "Our Story",
href: "/about",
},
{
label: "Values",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact Us",
href: "/contact",
},
{
label: "FAQs",
href: "#faq",
},
],
},
{
title: "Policies",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Shipping",
href: "#",
},
],
},
{
title: "Social",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{ title: "About", items: [{ label: "Our Story", href: "/about" }, { label: "Values", href: "#" }] },
{ title: "Support", items: [{ label: "Contact Us", href: "/contact" }, { label: "FAQs", href: "#faq" }] },
{ title: "Policies", items: [{ label: "Privacy Policy", href: "#" }, { label: "Shipping", href: "#" }] },
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] },
]}
copyrightText="© 2024 Perfume Liquor. All rights reserved."
/>