Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 281c1d10c2 | |||
| 31dbde0f31 | |||
| 7cf4689f18 | |||
| 648142a736 | |||
| a2ccd6acbb | |||
| e09a4c762b |
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
|||||||
<div id="social-proof" data-section="social-proof">
|
<div id="social-proof" data-section="social-proof">
|
||||||
<SocialProofOne
|
<SocialProofOne
|
||||||
title="Trusted by Thousands"
|
title="Trusted by Thousands"
|
||||||
description="We partner with leading brands and trusted suppliers to bring you authentic products."
|
description="We partner with leading brands and trusted suppliers to bring you authentic products and unbeatable value."
|
||||||
tag="Brand Partners"
|
tag="Brand Partners"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="What Customers Say"
|
title="What Customers Say"
|
||||||
description="Real reviews from satisfied NelosShop customers worldwide."
|
description="Real reviews from satisfied NelosShop customers worldwide. Join thousands of happy shoppers."
|
||||||
tag="Customer Reviews"
|
tag="Customer Reviews"
|
||||||
tagIcon={Star}
|
tagIcon={Star}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqBase
|
<FaqBase
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Find answers to common questions about our products, shipping, and policies."
|
description="Find answers to common questions about our products, shipping, and policies. We're here to help!"
|
||||||
tag="Help & Support"
|
tag="Help & Support"
|
||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user