Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 11:47:35 +00:00

View File

@@ -5,9 +5,8 @@ import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarS
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import AboutMetric from "@/components/sections/about/AboutMetric";
import ProductCardThree from "@/components/sections/product/ProductCardThree";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import TeamCardSix as GalleryTeamCard from "@/components/sections/team/TeamCardSix";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import { Award, Heart, MessageCircle, Shield, Sparkles, Users, Trophy, MapPin, Phone } from "lucide-react";
@@ -106,7 +105,7 @@ export default function LandingPage() {
</div>
<div id="gallery" data-section="gallery">
<GalleryTeamCard
<TeamCardOne
title="Gallery"
description="See our store and premium sports equipment collection"
tag="Photos"
@@ -134,7 +133,7 @@ export default function LandingPage() {
<div id="why-us" data-section="why-us">
<MetricCardThree
title="Why Choose Sabhyata Sports"
description="We're committed to providing the best sports equipment and service to local players"
description="We are committed to providing the best sports equipment and service to local players"
tag="Trusted Choice"
textboxLayout="default"
useInvertedBackground={false}
@@ -159,7 +158,7 @@ export default function LandingPage() {
useInvertedBackground={false}
inputPlaceholder="Enter your WhatsApp number"
buttonText="Contact on WhatsApp"
termsText="We'll get back to you within 1 hour during business hours. Your contact details are safe with us."
termsText="We will get back to you within 1 hour during business hours. Your contact details are safe with us."
/>
</div>
@@ -199,4 +198,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}