Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdfccfb755 | |||
| 76efe118f7 |
@@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
@@ -30,7 +30,9 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
<NavbarLayoutFloatingInline
|
||||
logoSrc="http://img.b2bpic.net/free-photo/golden-bar_53876-167086.jpg"
|
||||
brandName="شركة الاحجار الثمينة"
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية", id: "/"},
|
||||
@@ -41,7 +43,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "تواصل معنا", id: "#contact"},
|
||||
]}
|
||||
brandName="شركة الاحجار الثمينة"
|
||||
button={{ text: "تسوق الآن", href: "#products" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,4 +194,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user