Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 327a243935 | |||
| f9c848dd24 | |||
| 2492f8ac8f | |||
| a19e0481c2 | |||
| a26433f46c | |||
| 77b48803c5 | |||
| 86b1b12d3e | |||
| 6e83be8eed | |||
| ad752e97ce | |||
| 0250d57073 |
@@ -30,6 +30,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Cobra Security"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,4 +79,4 @@ export default function AboutPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -30,6 +30,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Cobra Security"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,4 +78,4 @@ export default function ContactPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
@@ -33,12 +33,13 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Cobra Security"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Your Security Matters"
|
||||
description="Stay protected with Cobra Stun Guns. Empowering personal safety, preparedness, and peace of mind."
|
||||
@@ -48,9 +49,6 @@ export default function LandingPage() {
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png", imageAlt: "Tactical Security Equipment" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blue-hygiene-composition-with-space-right_23-2147693223.jpg", imageAlt: "Confidence in Safety" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 10,000+ Customers"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,4 +133,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -30,6 +30,7 @@ export default function ShopPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
brandName="Cobra Security"
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CsC4yT4apN1Qf61IvB4gX4w5m1/uploaded-1777165137884-o44nawao.png"
|
||||
button={{ text: "Contact", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,4 +78,4 @@ export default function ShopPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user