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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||||
@@ -68,7 +68,7 @@ export default function LandingPage() {
|
|||||||
tag="4.9★ Rated by 5,000+ Customers"
|
tag="4.9★ Rated by 5,000+ Customers"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
@@ -86,8 +86,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
className="py-20"
|
className="py-20"
|
||||||
titleClassName="text-4xl font-bold"
|
|
||||||
descriptionClassName="text-lg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -114,8 +112,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
className="py-20"
|
className="py-20"
|
||||||
titleClassName="text-4xl font-bold"
|
|
||||||
descriptionClassName="text-lg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -126,7 +122,7 @@ export default function LandingPage() {
|
|||||||
tag="Customer Reviews"
|
tag="Customer Reviews"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
testimonials={[
|
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"
|
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"
|
className="py-20"
|
||||||
titleClassName="text-4xl font-bold"
|
|
||||||
descriptionClassName="text-lg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -183,8 +177,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
className="py-20"
|
className="py-20"
|
||||||
titleClassName="text-4xl font-bold"
|
|
||||||
descriptionClassName="text-lg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -195,7 +187,7 @@ export default function LandingPage() {
|
|||||||
tag="Help & Support"
|
tag="Help & Support"
|
||||||
tagIcon={HelpCircle}
|
tagIcon={HelpCircle}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
@@ -224,8 +216,6 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
className="py-20"
|
className="py-20"
|
||||||
titleClassName="text-4xl font-bold"
|
|
||||||
descriptionClassName="text-lg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -240,8 +230,6 @@ export default function LandingPage() {
|
|||||||
buttonText="Subscribe"
|
buttonText="Subscribe"
|
||||||
termsText="By subscribing, you agree to receive marketing emails. We respect your privacy and you can unsubscribe anytime."
|
termsText="By subscribing, you agree to receive marketing emails. We respect your privacy and you can unsubscribe anytime."
|
||||||
className="py-20"
|
className="py-20"
|
||||||
titleClassName="text-4xl font-bold"
|
|
||||||
descriptionClassName="text-lg"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user