Update src/app/samsung/page.tsx
This commit is contained in:
@@ -22,34 +22,43 @@ export default function SamsungPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{name: "Acasă", id: "/"}, {name: "Samsung", id: "/samsung"}, {name: "Hyundai", id: "/hyundai"}]}
|
||||
brandName="RAMAD"
|
||||
/>
|
||||
<div id="products" className="pt-32 pb-20">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{name: "Acasă", id: "/"}, {name: "Samsung", id: "/samsung"}, {name: "Hyundai", id: "/hyundai"}]}
|
||||
brandName="RAMAD"
|
||||
/>
|
||||
</div>
|
||||
<div id="products" data-section="products" className="pt-32 pb-20">
|
||||
<ProductCardThree
|
||||
title="Samsung HVAC Solutions"
|
||||
description="Tehnologie inovatoare pentru confortul casei tale."
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "s1", name: "Samsung WindFree", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-air-conditioner-wall_23-2149388988.jpg" },
|
||||
{ id: "s2", name: "Samsung Heat Pump", price: "Solicita oferta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250247.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<ContactCTA
|
||||
tag="Contact"
|
||||
title="Vrei soluții Samsung?"
|
||||
description="Contactează-ne pentru detalii tehnice despre gama Samsung."
|
||||
buttons={[{ text: "Cere ofertă", href: "#contact" }]}
|
||||
/>
|
||||
<FooterMedia
|
||||
logoText="RAMAD HVAC"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-tubes-water-isolated-white-background_93675-131044.jpg"
|
||||
columns={[{ title: "Meniu", items: [{ label: "Acasă", href: "/" }] }]}
|
||||
/>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Contact"
|
||||
title="Vrei soluții Samsung?"
|
||||
description="Contactează-ne pentru detalii tehnice despre gama Samsung."
|
||||
buttons={[{ text: "Cere ofertă", href: "#contact" }]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
logoText="RAMAD HVAC"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-tubes-water-isolated-white-background_93675-131044.jpg"
|
||||
columns={[{ title: "Meniu", items: [{ label: "Acasă", href: "/" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user