diff --git a/src/app/page.tsx b/src/app/page.tsx index d3df6a4..c92aa0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { return ( @@ -29,21 +30,15 @@ export default function LandingPage() { @@ -55,66 +50,48 @@ export default function LandingPage() { description="Redefining the standard for exclusive, high-end digital experiences through minimalist precision." buttons={[ { - text: "Discover", - href: "#features", - }, + text: "Discover", href: "#features"}, { - text: "Contact", - href: "#contact", - }, + text: "Contact", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=1", - imageAlt: "Minimalist geometric abstraction", - }, + imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=1", imageAlt: "Minimalist geometric abstraction"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=1", - imageAlt: "Dark architectural textures", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872517.jpg?_wi=1", - imageAlt: "Luxurious dark fabric", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-coloured-background-with-variety-transparent-raindrops_23-2148290192.jpg", - imageAlt: "Dark artistic glass installation", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/wildflowers-growing-field_181624-8982.jpg", - imageAlt: "Mountain silhouette in dark", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/burning-paper-background-still-life_23-2150093336.jpg", - imageAlt: "Liquid metallic obsidian texture", - }, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=1", imageAlt: "Dark architectural textures"}, ]} /> +
+ +
+
); -} +} \ No newline at end of file