Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6830de3b00 | |||
| 8c52bcfc74 | |||
| 8144490350 | |||
| f432895fe9 | |||
| fd9baa2a3f | |||
| db7575f44e | |||
| e60cc59730 |
146
src/app/page.tsx
146
src/app/page.tsx
@@ -37,9 +37,9 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
name: "Services", id: "#features"},
|
||||
{
|
||||
name: "Products", id: "#products"},
|
||||
name: "Packages", id: "#products"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
@@ -47,22 +47,22 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Shabbir Tiles & Ceramics"
|
||||
brandName="AUTOPUB CAR DETAILING"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogo
|
||||
logoText="Shabbir Tiles & Ceramics"
|
||||
description="Pakistan's leading source for premium tiles and ceramic solutions. Quality, durability, and aesthetics for every space."
|
||||
logoText="AUTOPUB CAR DETAILING"
|
||||
description="Experience premium automotive care with AUTOPUB. From meticulous detailing to advanced ceramic coatings, we bring out the best in your vehicle."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products", href: "#products"},
|
||||
text: "Explore Services", href: "#features"},
|
||||
{
|
||||
text: "Visit Our Outlet", href: "#contact"},
|
||||
text: "Book Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sidewalk_1194-6247.jpg"
|
||||
imageAlt="Luxurious tile showroom interior with elegant displays"
|
||||
imageSrc="https://images.unsplash.com/photo-1594390022066-e04f056d8123?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
imageAlt="Luxury car being detailed, showcasing meticulous care"
|
||||
showDimOverlay={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,21 +71,21 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Spaces with Elegance & Durability"
|
||||
description="For decades, Shabbir Tiles has been synonymous with excellence. Our factory outlet brings you direct access to the finest ceramic, porcelain, and mosaic tiles, meticulously crafted to transform any environment."
|
||||
title="Passion for Perfection: The AUTOPUB Difference"
|
||||
description="At AUTOPUB CAR DETAILING, we don't just clean cars; we rejuvenate them. Our dedication to quality, combined with state-of-the-art techniques, ensures your vehicle receives unparalleled care."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Unrivaled Quality", description: "Experience tiles engineered for lasting beauty and performance in any setting.", icon: Sparkles,
|
||||
title: "Meticulous Attention", description: "Every inch of your vehicle receives detailed care, from exterior to interior.", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Diverse Collections", description: "Explore an extensive range of designs, colors, and textures to match every aesthetic.", icon: Award,
|
||||
title: "Premium Products", description: "We use only the highest quality, industry-leading products for superior results.", icon: Award,
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance", description: "Our specialists provide personalized consultations to bring your vision to life.", icon: CheckCircle,
|
||||
title: "Experienced Technicians", description: "Our skilled team is passionate about cars and trained in the latest detailing methods.", icon: CheckCircle,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-placing-stacked-flowering-pots-shelf_23-2147948294.jpg"
|
||||
imageAlt="Factory outlet interior with large tile displays"
|
||||
imageSrc="https://images.unsplash.com/photo-1549429402-99d63f9eb205?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
imageAlt="Car detailing technician meticulously cleaning a car's wheel"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
@@ -93,20 +93,19 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Shabbir Tiles & Ceramics?"
|
||||
description="Experience the blend of tradition and innovation with our diverse product range, superior quality, and unmatched customer satisfaction."
|
||||
title="Our Comprehensive Detailing Services"
|
||||
description="AUTOPUB offers a range of services from basic washes to full paint correction and ceramic coatings, tailored to your car's needs."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "quality", title: "Superior Product Quality", content: "Our tiles undergo rigorous quality checks, ensuring exceptional durability, finish, and aesthetic appeal for every project."},
|
||||
id: "exterior", title: "Exterior Detailing", content: "Includes thorough wash, paint decontamination, polish, wax/sealant application, wheel cleaning, and tire dressing."},
|
||||
{
|
||||
id: "variety", title: "Extensive Design Variety", content: "Discover thousands of unique designs, from classic marble and wood effects to modern geometric patterns and vibrant mosaics, catering to all styles."},
|
||||
id: "interior", title: "Interior Detailing", content: "Deep cleaning of all interior surfaces, vacuuming, shampooing, leather conditioning, and odor elimination."},
|
||||
{
|
||||
id: "value", title: "Unbeatable Factory Outlet Value", content: "Benefit from competitive pricing direct from our factory, ensuring premium quality tiles are accessible for every budget."},
|
||||
id: "paint", title: "Paint Correction", content: "Multi-stage polishing to remove swirl marks, scratches, and restore paint clarity and gloss."},
|
||||
{
|
||||
id: "service", title: "Dedicated Customer Support", content: "Our expert team is committed to providing excellent service, from selection assistance to after-sales support, making your experience seamless."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/strong-climber-wall_23-2147795623.jpg"
|
||||
imageAlt="Hand placing a ceramic tile during installation, showcasing quality"
|
||||
id: "ceramic", title: "Ceramic Coating", content: "Long-lasting protection for paint, wheels, and glass, offering superior gloss, hydrophobicity, and ease of maintenance."}]}
|
||||
imageSrc="https://images.unsplash.com/photo-1590487920406-382a32c0d895?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
||||
imageAlt="Car being polished under bright lights during detailing process"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="left"
|
||||
/>
|
||||
@@ -120,20 +119,20 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Carrara Marble Porcelain", price: "PKR 1,500/sqft", imageSrc: "http://img.b2bpic.net/free-photo/stone-texture-background_1194-8336.jpg", imageAlt: "White Carrara Marble effect porcelain tile"},
|
||||
id: "s1", name: "Bronze Wash & Wax", price: "$75", imageSrc: "https://images.unsplash.com/photo-1568214247012-d812ed3b9a02?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Car getting a basic wash"},
|
||||
{
|
||||
id: "p2", name: "Rustic Wood Look Tiles", price: "PKR 1,200/sqft", imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15363.jpg", imageAlt: "Rustic wood look ceramic floor tiles"},
|
||||
id: "s2", name: "Silver Interior & Exterior Detail", price: "$250", imageSrc: "https://images.unsplash.com/photo-1550355291-bbee04a92027?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Car interior being vacuumed"},
|
||||
{
|
||||
id: "p3", name: "Geometric Mosaic Series", price: "PKR 2,000/sqft", imageSrc: "http://img.b2bpic.net/free-photo/seamless-abstract-pattern-design_23-2151179102.jpg", imageAlt: "Colorful geometric mosaic tiles"},
|
||||
id: "s3", name: "Gold Full Detail & Polish", price: "$450", imageSrc: "https://images.unsplash.com/photo-1627992769614-22d4c1a70514?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Car paint being polished"},
|
||||
{
|
||||
id: "p4", name: "Industrial Concrete Grey", price: "PKR 1,100/sqft", imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-160.jpg", imageAlt: "Industrial grey concrete effect porcelain tiles"},
|
||||
id: "s4", name: "Platinum Ceramic Coating", price: "$800+", imageSrc: "https://images.unsplash.com/photo-1582234057973-c603673c6838?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Car with a glistening ceramic coating"},
|
||||
{
|
||||
id: "p5", name: "Classic Subway Tiles", price: "PKR 950/sqft", imageSrc: "http://img.b2bpic.net/free-photo/multicolor-old-grunge-brick-wall-vintage-background_24972-266.jpg", imageAlt: "White classic subway tiles"},
|
||||
id: "s5", name: "Headlight Restoration", price: "$99", imageSrc: "https://images.unsplash.com/photo-1582234057973-c603673c6838?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Car headlight being restored"},
|
||||
{
|
||||
id: "p6", name: "Modern Terrazzo Collection", price: "PKR 1,800/sqft", imageSrc: "http://img.b2bpic.net/free-photo/vibrant-multi-colored-terrazzo-surface-texture_84443-73735.jpg", imageAlt: "Modern colorful terrazzo effect tiles"},
|
||||
id: "s6", name: "Engine Bay Cleaning", price: "$120", imageSrc: "https://images.unsplash.com/photo-1552519507-da8d14e9e51e?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Cleaned car engine bay"}
|
||||
]}
|
||||
title="Our Exquisite Tile Collections"
|
||||
description="Discover a vast array of designs, textures, and finishes tailored to your unique style. From classic to contemporary, find the perfect tile for your project."
|
||||
title="Our Signature Detailing Packages"
|
||||
description="Choose from our expertly curated packages designed to meet every need and budget, or customize your own."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -144,14 +143,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "50+", title: "Years of Experience", description: "Decades dedicated to pioneering the tile and ceramics industry in Pakistan.", imageSrc: "http://img.b2bpic.net/free-photo/hardworking-man-doing-his-job-woodshop_23-2148970814.jpg", imageAlt: "Award trophy representing years of experience"},
|
||||
id: "m1", value: "5000+", title: "Cars Detailed", description: "Thousands of vehicles restored to their showroom shine since inception.", imageSrc: "https://images.unsplash.com/photo-1583196024340-97c7ed11a72d?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Detailed car interior"},
|
||||
{
|
||||
id: "m2", value: "99%", title: "Customer Satisfaction", description: "Our commitment to quality and service ensures an exceptional experience for every client.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-color-palette_23-2148889740.jpg", imageAlt: "Satisfied customer smiling"},
|
||||
id: "m2", value: "98%", title: "Customer Satisfaction", description: "Consistently high ratings reflect our dedication to quality and service.", imageSrc: "https://images.unsplash.com/photo-1621258045100-c045b6300188?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Happy customer next to their detailed car"},
|
||||
{
|
||||
id: "m3", value: "1000+", title: "Tile Designs", description: "An unmatched collection offering endless possibilities for residential and commercial spaces.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418549.jpg", imageAlt: "Diverse tile options display"},
|
||||
id: "m3", value: "50+", title: "Years Combined Experience", description: "Our team brings decades of expertise in automotive detailing and paint care.", imageSrc: "https://images.unsplash.com/photo-1593393852033-da78201a0525?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Professional car detailing tools"},
|
||||
]}
|
||||
title="A Legacy of Trust & Excellence"
|
||||
description="With decades of industry leadership, we are committed to delivering unparalleled quality and value to our customers nationwide."
|
||||
title="Driven by Excellence: Our Achievements"
|
||||
description="Our passion for cars and commitment to customer satisfaction has allowed us to achieve significant milestones."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,31 +161,31 @@ export default function LandingPage() {
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Ayesha Khan", role: "Architect", company: "Design Arc Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-adult-builder-man-uniform-thumbs-up-isolated-olive-green-wall_141793-66535.jpg", imageAlt: "Ayesha Khan, Architect"},
|
||||
id: "t1", name: "David Chen", role: "Sports Car Enthusiast", company: "Local Client", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-e69fe1c5a936?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "David Chen, Sports Car Enthusiast"},
|
||||
{
|
||||
id: "t2", name: "Imran Ali", role: "Homeowner", company: "Residential Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-man-chekered-shirt-sitting-table-using-tablet-computer-co-working-office_285396-1797.jpg", imageAlt: "Imran Ali, Homeowner"},
|
||||
id: "t2", name: "Maria Rodriguez", role: "Family Car Owner", company: "Local Client", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Maria Rodriguez, Family Car Owner"},
|
||||
{
|
||||
id: "t3", name: "Sara Ahmed", role: "Interior Designer", company: "Elegant Spaces", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-mugs-kitchen-morning_23-2147894744.jpg", imageAlt: "Sara Ahmed, Interior Designer"},
|
||||
id: "t3", name: "Michael Johnson", role: "Classic Car Collector", company: "Local Client", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1547425260-76bc0fa66b9f?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Michael Johnson, Classic Car Collector"},
|
||||
{
|
||||
id: "t4", name: "Usman Malik", role: "Contractor", company: "BuildRight Construction", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-group-friends-posing_23-2148212351.jpg", imageAlt: "Usman Malik, Contractor"},
|
||||
id: "t4", name: "Jessica Lee", role: "Daily Commuter", company: "Local Client", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Jessica Lee, Daily Commuter"},
|
||||
{
|
||||
id: "t5", name: "Fatima Sohail", role: "Boutique Owner", company: "Chic Concepts", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-serious-unshaven-man-entrepreneur-studies-invoice-does-paper-work-home_273609-43635.jpg", imageAlt: "Fatima Sohail, Boutique Owner"},
|
||||
id: "t5", name: "Omar Hassan", role: "Luxury SUV Owner", company: "Local Client", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1594744803329-e58f35b67cd5?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Omar Hassan, Luxury SUV Owner"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "50+", label: "Years in Business"},
|
||||
value: "10+", label: "Years in Business"},
|
||||
{
|
||||
value: "1M+", label: "Sq Ft Tiles Installed"},
|
||||
value: "5K+", label: "Cars Detailed"},
|
||||
{
|
||||
value: "Nationwide", label: "Delivery"},
|
||||
value: "5-Star", label: "Average Rating"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from architects, designers, and homeowners who trust Shabbir Tiles & Ceramics for their most important projects."
|
||||
title="What Our Clients Say About Their Shine"
|
||||
description="Hear from satisfied car owners who trust AUTOPUB for their vehicle's pristine appearance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -196,18 +195,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1", title: "What types of tiles do you offer?", content: "We offer a comprehensive range including ceramic, porcelain, mosaic, and natural stone effect tiles suitable for floors, walls, and various indoor/outdoor applications."},
|
||||
id: "faq1", title: "What is the difference between a wash and a full detail?", content: "A wash typically cleans the exterior surface, while a full detail involves a comprehensive cleaning, reconditioning, and protection of both interior and exterior surfaces."},
|
||||
{
|
||||
id: "faq2", title: "Do you offer installation services?", content: "While we do not directly provide installation, we can recommend certified and experienced installers in your area to ensure a perfect finish for your project."},
|
||||
id: "faq2", title: "How long does a ceramic coating last?", content: "Our professional ceramic coatings typically last 2-5 years, depending on the coating type, maintenance, and environmental factors."},
|
||||
{
|
||||
id: "faq3", title: "What is the return policy?", content: "Unused and undamaged tiles can be returned within 30 days of purchase, provided they are in their original packaging. A restocking fee may apply. Please contact our sales team for details."},
|
||||
id: "faq3", title: "How often should I get my car detailed?", content: "For optimal protection and appearance, we recommend a full detail every 4-6 months, with regular washes in between."},
|
||||
{
|
||||
id: "faq4", title: "Can I get samples before buying?", content: "Yes, we encourage our customers to take samples to ensure the perfect match for their space. Visit our factory outlet to pick up samples, or contact us for delivery options."},
|
||||
id: "faq4", title: "Do I need to make an appointment?", content: "Yes, appointments are highly recommended to ensure we can provide dedicated service. Walk-ins are subject to availability."},
|
||||
{
|
||||
id: "faq5", title: "Do you deliver nationwide?", content: "Yes, we offer reliable nationwide delivery services across Pakistan. Delivery charges may vary based on location and order size. Please inquire for a detailed quote."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common queries about our products, services, and factory outlet experience."
|
||||
id: "faq5", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and cash. Bank transfers can be arranged for larger packages."}]}
|
||||
title="Your Questions, Answered: AUTOPUB FAQs"
|
||||
description="Find quick answers to common questions about our services, booking process, and car care tips."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -217,10 +215,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Our Factory Outlet or Inquire Online"
|
||||
description="Our team is ready to assist you in finding the perfect tiles. Stop by our outlet for a personalized experience or send us a message below."
|
||||
inputPlaceholder="Enter your email"
|
||||
tag="Schedule Your Shine"
|
||||
title="Get in Touch with AUTOPUB CAR DETAILING"
|
||||
description="Ready to give your car the care it deserves? Contact us to book an appointment or inquire about our services."
|
||||
inputPlaceholder="Enter your message"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="By submitting your inquiry, you agree to our privacy policy and terms of service."
|
||||
/>
|
||||
@@ -234,33 +232,33 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our History", href: "#"},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Mission & Values", href: "#"},
|
||||
label: "Our Team", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Products", href: "#products"},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Collections", href: "#products"},
|
||||
label: "Packages", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals", href: "#products"},
|
||||
label: "Ceramic Coating", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs", href: "#faq"},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Support", href: "#"},
|
||||
label: "Book Appointment", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Shabbir Tiles & Ceramics"
|
||||
logoText="AUTOPUB CAR DETAILING"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user