Update src/app/page.tsx

This commit is contained in:
2026-05-07 17:52:48 +00:00
parent 9effe3884b
commit 65bf4e6c95

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Droplet, Shield } from "lucide-react";
import { Award, Droplet, Shield, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -47,6 +47,8 @@ export default function LandingPage() {
<HeroOverlayTestimonial
title="Leora: A Scent of Timeless Elegance"
description="Discover our collection of handcrafted fragrances designed for the modern individual."
tag="Fast Design Process"
tagIcon={Zap}
testimonials={[
{ name: "Elena M.", handle: "@elena_m", testimonial: "The scent is breathtaking and stays with me all day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents" },
{ name: "Julian R.", handle: "@julianr", testimonial: "Exquisite quality, definitely my new signature fragrance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents" },
@@ -180,4 +182,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}