Merge version_2 into main #4
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import HeroLogoLayout from '@/components/sections/hero/HeroLogoLayout';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
@@ -40,32 +40,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
<HeroLogoLayout
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
logoItems={[
|
||||
{ text: "Licensed Master Electrician", icon: Zap },
|
||||
{ text: "1-Year Warranty", icon: Home },
|
||||
{ text: "24/7 Emergency Service", icon: Lightbulb }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Schedule Service", href: "#contact" },
|
||||
{ text: "Call 512-858-2408", href: "tel:512-858-2408" }
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Martinez", handle: "Residential Customer", testimonial: "Outstanding service and professionalism. They completed our entire home rewiring on schedule and within budget.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-showing-thumbs-up_176474-95524.jpg", imageAlt: "Sarah Martinez"
|
||||
},
|
||||
{
|
||||
name: "James Rodriguez", handle: "Commercial Client", testimonial: "Varnell Service has been our trusted electrical partner for 3 years. Highly reliable and responsive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150312849.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
name: "Emily Chen", handle: "Property Manager", testimonial: "Quick turnaround on emergency repairs. Their master electrician is incredibly knowledgeable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-standing-with-crossed-arms_23-2148095774.jpg", imageAlt: "Emily Chen"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user