Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-04-11 03:52:05 +00:00

View File

@@ -1,5 +1,3 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
@@ -8,95 +6,28 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
const navItems = [
{ name: "Home", id: "/" }
];
const navItems = [{ name: "Home", id: "/" }];
export default function HomePage() {
export default function Page() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ThemeProvider>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="GEM"
/>
<NavbarStyleFullscreen navItems={navItems} logoText="Gem Refrigeration" />
</div>
<div id="hero" data-section="hero">
<HeroOverlay
title="Commercial Refrigeration Done Right"
description="Expert repair, maintenance, and installation for businesses that can't afford downtime. Fast response. Fair pricing. Flawless results."
tag="★ 5.0 Rated • Trusted Since Day One"
buttons={[{text: "Call Now", href: "tel:+10000000000"}, {text: "View Services", href: "#services"}]}
imageSrc="http://img.b2bpic.net/free-photo/asian-young-girl-working-kitchen-preparing-food_259150-59066.jpg"
showBlur={true}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", alt: "Smiling businessman" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", alt: "Man correcting mistakes" },
{ src: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", alt: "Confident businessman" },
{ src: "http://img.b2bpic.net/free-photo/portrait-woman-standing-kitchen_107420-12358.jpg", alt: "Woman standing in kitchen" },
{ src: "http://img.b2bpic.net/free-photo/young-pretty-smiling-woman-fastening-up-coat-from-cold-happily-looking-camera-outdoor_574295-2171.jpg", alt: "Smiling woman" }
]}
avatarText="Trusted by 500+ Local Businesses"
/>
<HeroOverlay title="Professional Refrigeration Solutions" description="Reliable maintenance and installation for your business needs." />
</div>
<div id="services" data-section="services">
<FeatureCardNine
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={[
{ title: "Repair & Diagnostics", description: "Fast, accurate diagnosis and repair for all commercial units.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-labor-day-badge-collection_23-2148098400.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/settings-sign-front-side_187299-39541.jpg" } },
{ title: "Walk-In Coolers", description: "Reliable installation and maintenance for all walk-in systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-labor-day-badge-collection_23-2148098400.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/settings-sign-front-side_187299-39541.jpg" } },
{ title: "Ice Machines", description: "Sales and maintenance for clean, high-output ice machines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-labor-day-badge-collection_23-2148098400.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/settings-sign-front-side_187299-39541.jpg" } }
]}
/>
<FeatureCardNine title="Our Services" description="We provide top-tier refrigeration maintenance." animationType="blur-reveal" textboxLayout="default" showStepNumbers={false} features={[]} />
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardFive
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" },
{ id: "3", name: "Kimberly Mills", date: "2024-03", title: "Owner", quote: "Very knowledgeable and professional. Definitely recommend.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg" },
{ id: "4", name: "Christine Elliott", date: "2024-02", title: "Manager", quote: "Amazing job! Fast and professional.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2075.jpg" },
{ id: "5", name: "John Doe", date: "2024-01", title: "Director", quote: "The best commercial service we have ever had.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/settings-sign-front-side_187299-39541.jpg" }
]}
/>
<TestimonialCardFive title="Client Testimonials" description="Trusted by local businesses." textboxLayout="default" testimonials={[]} />
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Contact Us"
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}
/>
<ContactCenter tag="Contact" title="Get In Touch" description="Ready to keep your business cool? Contact us today." background={{ variant: "plain" }} />
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="GEM REFRIGERATION"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
]}
/>
<FooterBaseCard logoText="Gem Refrigeration" columns={[]} />
</div>
</ThemeProvider>
);