Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -7,7 +7,6 @@ import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import Link from 'next/link';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" }
|
||||
@@ -30,7 +29,7 @@ export default function HomePage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={navItems}
|
||||
logoText="GEM"
|
||||
brandName="GEM"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
@@ -56,6 +55,7 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
showStepNumbers={false}
|
||||
useInvertedBackground={false}
|
||||
title="Commercial Refrigeration Services"
|
||||
description="From walk-in coolers to ice machines, we keep your business running cold."
|
||||
features={[
|
||||
@@ -70,6 +70,7 @@ export default function HomePage() {
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by local businesses to keep things cool."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Stephanie Brown", date: "2024-05", title: "Business Owner", quote: "Friendly professional service! Definitely recommend!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg" },
|
||||
{ id: "2", name: "Blaine D", date: "2024-04", title: "Manager", quote: "Can't beat this kind of service! Thank you very much!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-casual-african-american-girl-stylish-trench-coat-happily-looking-away-with-coffee-go-cafe-street_574295-2881.jpg" },
|
||||
@@ -85,6 +86,7 @@ export default function HomePage() {
|
||||
title="Ready to Experience the Gem Difference?"
|
||||
description="Call now for fast, friendly service. Your business can't wait."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user