Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
||||
tag="4.9★ Rated by 5,000+ Customers"
|
||||
tagIcon={Award}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
@@ -86,8 +86,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,8 +112,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -126,7 +122,7 @@ export default function LandingPage() {
|
||||
tag="Customer Reviews"
|
||||
tagIcon={Heart}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell, Dental Hygienist", date: "Date: 15 January 2025", title: "Professional Grade Results", quote: "I recommend SmileCraft to all my patients. The whitening results are incredible and my clients consistently report healthier gums. This is the best toothbrush I've ever used professionally.", tag: "Professional User", avatarSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell professional testimonial"
|
||||
@@ -148,8 +144,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,8 +177,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,7 +187,7 @@ export default function LandingPage() {
|
||||
tag="Help & Support"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
@@ -224,8 +216,6 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
className="py-20"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -240,8 +230,6 @@ export default function LandingPage() {
|
||||
buttonText="Subscribe"
|
||||
termsText="By subscribing, you agree to receive marketing emails. We respect your privacy and you can unsubscribe anytime."
|
||||
className="py-20"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user