Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-01 17:43:13 +00:00

View File

@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -47,59 +47,19 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
<HeroBillboardCarousel
title="Radiant Skin Starts With Honest Beauty"
description="Lamassu combines ancient beauty wisdom with modern science. Discover cosmetics crafted from premium, ethically sourced ingredients designed for every skin type."
testimonials={[
{
name: "Elena R.", handle: "@elena.skincare", testimonial: "Finally, a brand that prioritizes both efficacy and ethics. My skin has never felt healthier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cucumber-cleansing-disks-table_23-2148574935.jpg?_wi=1", imageAlt: "natural cosmetics flat lay"},
{
name: "Marcus T.", handle: "@m.beauty", testimonial: "The ingredient transparency is what hooked me. You can actually trust what's on the label.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/radiant-woman-with-glossy-skin-soft-features-posing-studio-advertising-natural-beauty_482257-134478.jpg?_wi=1", imageAlt: "natural cosmetics flat lay"},
{
name: "Sarah L.", handle: "@sarah.glow", testimonial: "Ancient wisdom meets modern science—I see the results in my daily routine.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bottle-oils-with-pipette_23-2148317664.jpg?_wi=1", imageAlt: "natural cosmetics flat lay"},
{
name: "David W.", handle: "@dw.reviews", testimonial: "The most gentle moisturizer I've ever used. Perfectly suited for my sensitive skin.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919845.jpg?_wi=1", imageAlt: "natural cosmetics flat lay"},
{
name: "Julia P.", handle: "@julia.radiant", testimonial: "Absolutely love the botanical extracts. My skin glows more every day.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-aloe-vera-beauty-concept_23-2148740238.jpg?_wi=1", imageAlt: "natural cosmetics flat lay"},
background={{
variant: "radial-gradient"}}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cucumber-cleansing-disks-table_23-2148574935.jpg?_wi=2", imageAlt: "Lamassu natural cosmetics collection" },
{ imageSrc: "http://img.b2bpic.net/free-photo/radiant-woman-with-glossy-skin-soft-features-posing-studio-advertising-natural-beauty_482257-134478.jpg?_wi=2", imageAlt: "Lamassu natural cosmetics collection" },
]}
buttons={[
{
text: "Explore Our Collection", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/cucumber-cleansing-disks-table_23-2148574935.jpg?_wi=2"
imageAlt="Lamassu natural cosmetics collection"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/copy-space-cosmetic-treatment_23-2148574961.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/flat-lay-natural-cosmetics-desk_23-2148574922.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/natural-cream-oil_23-2148532773.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/natural-cosmetics-frame_23-2148574907.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7545.jpg", alt: "Customer 5"},
]}
marqueeItems={[
{
type: "text", text: "Cruelty-Free"},
{
type: "text", text: "Sustainable Packaging"},
{
type: "text", text: "Ethically Sourced"},
{
type: "text", text: "Transparent Formulas"},
{
type: "text", text: "Pure Botanicals"},
]}
/>
</div>
@@ -260,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}