17 Commits

Author SHA1 Message Date
b0f79eb6ad Merge version_3 into main
Merge version_3 into main
2026-02-20 12:21:08 +00:00
e4c39393ad Update src/app/page.tsx 2026-02-20 12:21:03 +00:00
44f88db26e Merge version_3 into main
Merge version_3 into main
2026-02-20 12:19:18 +00:00
9577b60bfc Update src/app/shop/page.tsx 2026-02-20 12:19:14 +00:00
937303b011 Update src/app/shop/[id]/page.tsx 2026-02-20 12:19:13 +00:00
91e3277568 Update src/app/page.tsx 2026-02-20 12:19:13 +00:00
b1d8d21754 Update src/app/layout.tsx 2026-02-20 12:19:12 +00:00
e61935e5ad Update src/app/blog/page.tsx 2026-02-20 12:19:11 +00:00
a5c0a48661 Merge version_2 into main
Merge version_2 into main
2026-02-20 12:11:03 +00:00
db5003a361 Update src/app/page.tsx 2026-02-20 12:10:58 +00:00
26849a4c5d Merge version_2 into main
Merge version_2 into main
2026-02-20 11:53:59 +00:00
2b0db41aab Update src/app/shop/page.tsx 2026-02-20 11:53:54 +00:00
572c167e95 Update src/app/shop/[id]/page.tsx 2026-02-20 11:53:54 +00:00
7f40a4082f Update src/app/page.tsx 2026-02-20 11:53:53 +00:00
b1d896d865 Update src/app/layout.tsx 2026-02-20 11:53:52 +00:00
010bd7f953 Update src/app/blog/page.tsx 2026-02-20 11:53:51 +00:00
1784114406 Merge version_1 into main
Merge version_1 into main
2026-02-20 11:50:19 +00:00
3 changed files with 33 additions and 36 deletions

View File

@@ -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>

View File

@@ -88,8 +88,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="LikeYou"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -165,8 +164,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="LikeYou"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -249,8 +247,7 @@ export default function ProductPage({ params }: ProductPageProps) {
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="LikeYou"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}

View File

@@ -41,8 +41,7 @@ export default function ShopPage() {
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="LikeYou"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
@@ -117,8 +116,7 @@ export default function ShopPage() {
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
brandName="LikeYou"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}