Compare commits
16 Commits
version_13
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| 970df4359d | |||
| 091939fda1 | |||
| 32329e0aae | |||
| a95f2648ce | |||
| 981686d3ad | |||
| 04ff1e1d6b | |||
| 76a2d9497a | |||
| ac18eaca5b | |||
| 974b621bc2 | |||
| dca7a3304d | |||
| 1453627dd8 | |||
| 08d4d517fd | |||
| bad10f3bda | |||
| 38ff919469 | |||
| af79846d84 | |||
| 92066f1908 |
@@ -27,8 +27,9 @@ export default function AppointmentsPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Why Us", id: "#why-us" },
|
||||
{ name: "About Us", id: "#about-student-team" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{
|
||||
name: "FAQ", id: "#faq"
|
||||
},
|
||||
{ name: "Appointments", id: "/appointments" }
|
||||
]}
|
||||
button={{
|
||||
|
||||
@@ -30,8 +30,6 @@ export default function BlackoutTimesPage() {
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "About Us", id: "#about-student-team"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
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";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -36,8 +36,6 @@ export default function LandingPage() {
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "About Us", id: "#about-student-team"},
|
||||
{
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
@@ -90,17 +88,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-student-team" data-section="about-student-team">
|
||||
<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={[]} // Required but empty as per user request
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
metricsAnimation="none"
|
||||
textBoxClassName="max-w-md mx-auto"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<PricingCardEight
|
||||
|
||||
Reference in New Issue
Block a user