|
|
|
|
@@ -1,10 +1,10 @@
|
|
|
|
|
"use client"
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|
|
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
|
|
|
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
|
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
navItems={[
|
|
|
|
|
{name: "Home", id: "home"},
|
|
|
|
|
{name: "Home", id: "/"},
|
|
|
|
|
{name: "Products", id: "products"},
|
|
|
|
|
{name: "About", id: "about"},
|
|
|
|
|
{name: "Reviews", id: "testimonials"},
|
|
|
|
|
@@ -98,26 +98,22 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<MetricSplitMediaAbout
|
|
|
|
|
title="Crafted with Passion, Worn with Pride"
|
|
|
|
|
description="At LikeYou, we believe every fragrance should tell a story. Our master perfumers blend the finest natural ingredients from around the world to create scents that resonate with your soul. With over a decade of expertise, we've perfected the art of fragrance creation."
|
|
|
|
|
tag="Our Story"
|
|
|
|
|
tagIcon={Award}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
metrics={[
|
|
|
|
|
{value: "12+", title: "Years of Expertise"},
|
|
|
|
|
{value: "98%", title: "Customer Satisfaction"}
|
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
|
heading={[
|
|
|
|
|
{type: "text", content: "Crafted with Passion, "},
|
|
|
|
|
{type: "image", src: "https://img.b2bpic.net/free-photo/glass-vase-female-hand-home-goods-store_169016-52128.jpg?_wi=1", alt: "Perfumery"},
|
|
|
|
|
{type: "text", content: "Worn with Pride"}
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/glass-vase-female-hand-home-goods-store_169016-52128.jpg?_wi=1"
|
|
|
|
|
imageAlt="Perfumery craftsmanship and ingredients"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{text: "Learn Our Story", href: "#"}
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardSix
|
|
|
|
|
<TestimonialCardOne
|
|
|
|
|
title="Loved by Fragrance Enthusiasts"
|
|
|
|
|
description="Discover what our customers have to say about their LikeYou experience."
|
|
|
|
|
tag="Customer Reviews"
|
|
|
|
|
@@ -127,25 +123,31 @@ export default function LandingPage() {
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Sarah Mitchell", handle: "@sarah_loves_scents", testimonial: "LikeYou has completely transformed my daily routine. The Rose Essence is absolutely divine and lasts all day!", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
|
|
|
|
id: "1", name: "Sarah Mitchell", role: "Fragrance Enthusiast", company: "Beauty Community", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902658677-lb960jzl.jpg", imageAlt: "Sarah Mitchell"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Emma Richardson", handle: "@emma_fragrance", testimonial: "The quality and elegance of these fragrances are unmatched. I've recommended LikeYou to all my friends.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Richardson"
|
|
|
|
|
id: "2", name: "Emma Richardson", role: "Fragrance Editor", company: "Style Magazine", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902656577-v5ckvxwx.jpg", imageAlt: "Emma Richardson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Jessica Chen", handle: "@jess_scent_journey", testimonial: "Finally found a perfume brand that understands luxury. Every bottle feels special and smells incredible.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jessica Chen"
|
|
|
|
|
id: "3", name: "Jessica Chen", role: "Luxury Consultant", company: "Premium Retail", rating: 5,
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1765902660638-bditp1g1.jpg", imageAlt: "Jessica Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Amanda Brooks", handle: "@amanda_style", testimonial: "The customer service is exceptional, and the fragrances are worth every penny. Absolutely obsessed!", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Amanda Brooks"
|
|
|
|
|
id: "4", name: "Amanda Brooks", role: "Fashion Influencer", company: "Style Collective", rating: 5,
|
|
|
|
|
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Amanda Brooks"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Victoria Lane", handle: "@victoria_beauty", testimonial: "Each fragrance tells a story and makes me feel confident and sophisticated. LikeYou is my go-to brand.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Victoria Lane"
|
|
|
|
|
id: "5", name: "Victoria Lane", role: "Beauty Expert", company: "Luxury Living", rating: 5,
|
|
|
|
|
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=5", imageAlt: "Victoria Lane"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Rachel Foster", handle: "@rachel_fragrances", testimonial: "The Vanilla Musk is my signature scent now. Compliments constantly! Best investment ever.", imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6", imageAlt: "Rachel Foster"
|
|
|
|
|
id: "6", name: "Rachel Foster", role: "Scent Curator", company: "Fragrance House", rating: 5,
|
|
|
|
|
imageSrc: "https://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=6", imageAlt: "Rachel Foster"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
speed={40}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
buttons={[
|
|
|
|
|
{text: "Read More Reviews", href: "#"}
|
|
|
|
|
@@ -205,7 +207,7 @@ export default function LandingPage() {
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/glass-vase-female-hand-home-goods-store_169016-52128.jpg?_wi=2"
|
|
|
|
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/uploaded-1771432299287-i77c7bdk.mp4"
|
|
|
|
|
imageAlt="FAQ support section"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|