10 Commits

Author SHA1 Message Date
3b4f6de404 Update src/app/page.tsx 2026-03-11 14:11:46 +00:00
7e9191a515 Update src/app/page.tsx 2026-03-11 14:09:33 +00:00
9fd6050b85 Update theme colors 2026-03-11 13:59:03 +00:00
a68a154f65 Update theme colors 2026-03-11 13:58:49 +00:00
33c4601e5a Update theme colors 2026-03-11 13:54:37 +00:00
cde548776c Update theme colors 2026-03-11 13:53:48 +00:00
8aaa2519d0 Update src/app/page.tsx 2026-03-11 13:52:57 +00:00
4f8ad5599d Update src/app/page.tsx 2026-03-11 09:11:23 +00:00
b9f7e8dab5 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:37:19 +00:00
6b976545ae Merge version_1 into main
Merge version_1 into main
2026-03-11 08:36:50 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="MYPOD"
brandName="MY POD"
navItems={[
{ name: "Services", id: "services" },
{ name: "Why Us", id: "why-us" },
@@ -41,18 +41,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="MYPOD"
logoText="MY POD"
description="Premium Car Detailing in Newtown, Kolkata. Restore your car's shine with professional detailing, ceramic coating, and interior deep cleaning. Rated 4.9 ⭐ by 134+ customers."
buttons={[
{ text: "Call Now: 098869 50617", href: "tel:+919886950617" },
{ text: "Call Now: 98869 50617", href: "tel:+919886950617" },
{ text: "Book Service", href: "#contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/batako-wall-texture-street_272375-3197.jpg", imageAlt: "Car before professional detailing" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnAhyUjIwsVu1KIB2eJfxmRy13/uploaded-1773237171261-gxezbmd1.jpg", imageAlt: "Car before professional detailing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-dealership_23-2148130092.jpg", imageAlt: "Car after professional detailing - gleaming finish" }
]}
autoplayDelay={4000}
showDimOverlay={true}
showDimOverlay={false}
ariaLabel="Hero section showcasing MYPOD detailing services"
/>
</div>
@@ -139,7 +139,7 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardFifteen
testimonial="I visited MYPOD for their interior deep cleaning service and I was absolutely impressed. The team is LGBTQ+ friendly, professional, and meticulous about every detail. My car's interior smells fresh and looks immaculate. Worth every penny! Already booked my next appointment."
testimonial="I visited MY POD for their interior deep cleaning service and I was absolutely impressed. The team is LGBTQ+ friendly, professional, and meticulous about every detail. My car's interior smells fresh and looks immaculate. Worth every penny! Already booked my next appointment."
rating={5}
author="Priya Sharma, Regular Customer"
avatars={[
@@ -183,8 +183,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="MYPOD Detailing Studio"
copyrightText="© 2025 MYPOD Detailing Studio. All rights reserved. Serving Newtown, Kolkata."
logoText="MY POD Detailing Studio"
copyrightText="© 2025 MY POD Detailing Studio. All rights reserved. Serving Newtown, Kolkata."
columns={[
{
title: "Services", items: [

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--background: #e3deea;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);