Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-16 23:23:22 +00:00

View File

@@ -11,8 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Flame, Heart, Leaf, Utensils } from "lucide-react";
import { Flame } from "lucide-react";
export default function LandingPage() {
return (
@@ -53,6 +52,12 @@ export default function LandingPage() {
/>
</div>
<div id="standalone-visual" data-section="standalone-visual">
<div className="max-w-7xl mx-auto px-6 py-20 flex justify-center items-center">
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSYlHacufd1PBCe7u7JkvyqknM/uploaded-1776381786002-1s2z1i10.png" alt="Featured visual" className="rounded-2xl shadow-xl w-full max-w-2xl" />
</div>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={true}
@@ -111,4 +116,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}