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 NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
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"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
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"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
@@ -184,7 +184,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
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"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user