Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f2143c2cf | |||
| c04ee4fa2e | |||
| d10fb444d0 |
@@ -11,8 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import { Flame } from "lucide-react";
|
||||||
import { Flame, Heart, Leaf, Utensils } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -53,6 +52,12 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="about" data-section="about">
|
||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user