Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -10,7 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Star, ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
|
||||
import { Star, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function GenerationNailPage() {
|
||||
return (
|
||||
@@ -45,6 +45,7 @@ export default function GenerationNailPage() {
|
||||
title="Precision Crafting, Superior Finish"
|
||||
description="Specialized nail care and aesthetic precision for individuals who demand perfection. From advanced structural integrity to high-fashion design, we redefine your standards."
|
||||
tag="Generation Nail"
|
||||
background={{ variant: "plain" }}
|
||||
rating={5}
|
||||
ratingText="Rated 5.0 by 5,000+ fashion icons"
|
||||
mediaItems={[
|
||||
@@ -77,6 +78,7 @@ export default function GenerationNailPage() {
|
||||
positiveCard={{ items: ["Hospital-grade sterilization", "Bespoke fashion-forward designs", "Artisan-level craftsmanship"] }}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,6 +91,7 @@ export default function GenerationNailPage() {
|
||||
{ id: "2", title: "Professional Studio", quote: "Professional, elegant, and timely. Best studio in town by far.", name: "Elena T.", role: "Entrepreneur" },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,6 +105,7 @@ export default function GenerationNailPage() {
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,6 +114,8 @@ export default function GenerationNailPage() {
|
||||
tag="Get in Touch"
|
||||
title="Ready for Your Next Look?"
|
||||
description="Schedule your session today and discover what makes us the best in the industry."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user