Compare commits
11 Commits
version_14
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| 970df4359d | |||
| 091939fda1 | |||
| 32329e0aae | |||
| a95f2648ce | |||
| ae88a9e4d5 | |||
| 981686d3ad | |||
| 04ff1e1d6b | |||
| 76a2d9497a | |||
| ac18eaca5b | |||
| 974b621bc2 | |||
| 1453627dd8 |
@@ -26,8 +26,10 @@ export default function AppointmentsPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "#services" },
|
{ name: "Services", id: "#services" },
|
||||||
{ name: "About Us", id: "#about-student-team" },
|
{ name: "Why Us", id: "#why-us" },
|
||||||
{ name: "FAQ", id: "#faq" },
|
{
|
||||||
|
name: "FAQ", id: "#faq"
|
||||||
|
},
|
||||||
{ name: "Appointments", id: "/appointments" }
|
{ name: "Appointments", id: "/appointments" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ export default function BlackoutTimesPage() {
|
|||||||
{
|
{
|
||||||
name: "Services", id: "#services"},
|
name: "Services", id: "#services"},
|
||||||
{
|
{
|
||||||
name: "About Us", id: "#about-student-team"},
|
name: "Why Us", id: "#why-us"},
|
||||||
{
|
{
|
||||||
name: "FAQ", id: "#faq"},
|
name: "FAQ", id: "#faq"},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
|||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; // New import
|
|
||||||
import { Award, Facebook, Instagram, Shield, Sparkles, Twitter } from "lucide-react";
|
import { Award, Facebook, Instagram, Shield, Sparkles, Twitter } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Services", id: "#services"},
|
name: "Services", id: "#services"},
|
||||||
{
|
{
|
||||||
name: "About Us", id: "#about-student-team"},
|
name: "Why Us", id: "#why-us"},
|
||||||
{
|
{
|
||||||
name: "FAQ", id: "#faq"},
|
name: "FAQ", id: "#faq"},
|
||||||
{
|
{
|
||||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
title="Upper Valley Detail"
|
title="Upper Valley Detail"
|
||||||
titleClassName="font-bold"
|
titleClassName="font-bold"
|
||||||
description="We're two high school freshmen with three years of experience in meticulous detailing. Your satisfaction is guaranteed. Say you're interested and let us transform your vehicle!"
|
description="We're two high school freshmen with two years of experience in meticulous detailing. Your satisfaction is guaranteed. Say you're interested and let us transform your vehicle!"
|
||||||
testimonials={[]}
|
testimonials={[]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
@@ -70,21 +70,26 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="why-us" data-section="why-us">
|
||||||
|
<FeatureCardThree
|
||||||
<div id="about-student-team" data-section="about-student-team" className="py-20 md:py-32">
|
textboxLayout="default"
|
||||||
<MetricSplitMediaAbout
|
|
||||||
title="About our Student Team"
|
|
||||||
description="We’re two dedicated freshmen with a passion for making vehicles look their absolute best. What started as a simple interest in cars quickly grew into a commitment to precision detailing and dependable service. We treat every vehicle with the same level of care and attention we would give our own, carefully cleaning, restoring, and protecting every surface. Our goal is to provide a trustworthy, high quality experience that leaves your car looking refreshed and well cared for. With a strong work ethic and a focus on customer satisfaction, we take pride in delivering results you can see and feel every time you drive."
|
|
||||||
metrics={[]}
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="none"
|
features={[
|
||||||
metricsAnimation="none"
|
{
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/low-rise-building_1127-3272.jpg?id=1243099"
|
id: "interior-detail", title: "Precision Interior Detailing", description: "From vacuuming every crumb to polishing surfaces and conditioning leather, we ensure your car's interior feels fresh and pristine.", imageSrc: "http://img.b2bpic.net/premium-photo/foam-detergent-cleaning-leather-seat-using-brush-worker-auto-cleaning-service-clean-car-inside-car-interior-detailing_255847-7909.jpg?id=33580195"},
|
||||||
imageAlt="Young man detailing a car"
|
{
|
||||||
|
id: "exterior-wash-wax", title: "Spotless Exterior Wash & Wax", description: "Our exterior service includes a thorough wash, paint decontamination, wheel cleaning, tire dressing, and a durable wax for lasting shine and protection.", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22322.jpg?id=8380359"},
|
||||||
|
]}
|
||||||
|
title="Our Promise: Meticulous Care & Guaranteed Satisfaction"
|
||||||
|
description="We don't just clean cars; we restore them. Our dedicated student team adheres to a strict detailing regimen, ensuring every crevice and surface shines with perfection. Your satisfaction is our top priority, and we stand by the quality of our work."
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
|
className="py-12 md:py-16"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<PricingCardEight
|
<PricingCardEight
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
@@ -44,6 +44,7 @@ export default function SchedulePage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "#services" },
|
{ name: "Services", id: "#services" },
|
||||||
|
{ name: "Why Us", id: "#why-us" },
|
||||||
{ name: "About Us", id: "#about-student-team" },
|
{ name: "About Us", id: "#about-student-team" },
|
||||||
{ name: "FAQ", id: "#faq" },
|
{ name: "FAQ", id: "#faq" },
|
||||||
{ name: "Appointments", id: "/appointments" },
|
{ name: "Appointments", id: "/appointments" },
|
||||||
|
|||||||
Reference in New Issue
Block a user