Update src/app/page.tsx

This commit is contained in:
2026-03-11 09:07:45 +00:00
parent ef159b8042
commit 77774bc14c

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoLayout from '@/components/sections/hero/HeroLogoLayout';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Building2, Home, Lightbulb, Wrench, Zap, Phone } from 'lucide-react';
import { Building2, Home, Lightbulb, Wrench, Zap, Phone, Quote } from 'lucide-react';
export default function LandingPage() {
return (
@@ -40,17 +40,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogoLayout
<HeroSplitTestimonial
tag="Serving Dripping Springs"
title="Expert Electrical Services for Your Home and Business"
description="Reliable, professional electrical contracting with one-year warranty. Master electrician-led team serving residential and commercial clients in the Austin area."
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16571.jpg"
imageAlt="Professional electrical service technician"
logoItems={[
{ text: "Licensed Master Electrician", icon: Zap },
{ text: "1-Year Warranty", icon: Home },
{ text: "24/7 Emergency Service", icon: Lightbulb }
testimonials={[
{
name: "Licensed Master Electrician", handle: "Varnell Service", testimonial: "Professional electrical solutions with integrity and expertise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16571.jpg", imageAlt: "Professional electrical service"
}
]}
buttons={[
{ text: "Schedule Service", href: "#contact" },
@@ -61,18 +62,15 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
<TestimonialAboutCard
tag="About Varnell Service"
title="Licensed Master Electrician Serving Central Texas"
description="With years of experience in residential and commercial electrical work, Varnell Service is committed to providing expert solutions with integrity. Licensed by the Texas Department of Licensing & Regulation, we bring professional expertise to every project—backed by a comprehensive one-year warranty."
metrics={[
{ value: "54437", title: "Master Electrician License" },
{ value: "19926", title: "Electrical Contractor License" }
]}
description="Chad Varnell"
subdescription="Varnell Service - Master Electrician"
icon={Quote}
imageSrc="http://img.b2bpic.net/free-photo/electrician-wiring-panel-electrical-installation-work-cable-connection_169016-68356.jpg"
imageAlt="Professional electrician at work"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>