From 2188e85fc593275af904dc7061d3a56a113ba148 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 11:46:31 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 159 ++++++++++++++++++++--------------------------- 1 file changed, 68 insertions(+), 91 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ae97b6..2384e42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; import AboutMetric from "@/components/sections/about/AboutMetric"; -import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; import TeamCardSix from "@/components/sections/team/TeamCardSix"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; +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 } from "lucide-react"; +import { Award, Heart, MessageCircle, Shield, Sparkles, Users, Trophy, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -28,29 +28,31 @@ export default function LandingPage() { >
-
- + console.log("Cricket category clicked") }, { - id: 2, - title: "Hair Spa Treatment", description: "Luxurious hair spa experience with premium products for deep nourishment and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/woma-washing-man-s-head-barbershop_1157-27169.jpg?_wi=1", imageAlt: "Hair Spa Treatment" + id: "2", name: "Badminton Rackets", price: "Starting ₹800", imageSrc: "https://images.unsplash.com/photo-1571902943202-507ec2618e8f?w=400&h=400&fit=crop", imageAlt: "Badminton Rackets", onProductClick: () => console.log("Badminton category clicked") }, { - id: 3, - title: "Hair Coloring", description: "Professional hair coloring with premium dyes and expert color consultations", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668444.jpg?_wi=1", imageAlt: "Hair Coloring Service" + id: "3", name: "Football Gear", price: "Starting ₹1000", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=400&h=400&fit=crop", imageAlt: "Football Gear", onProductClick: () => console.log("Football category clicked") }, { - id: 4, - title: "Beard Grooming", description: "Precision beard trimming, shaping, and grooming with premium beard care products", imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-looking-mirror_23-2148242858.jpg?_wi=1", imageAlt: "Beard Grooming Service" + id: "4", name: "Sportswear Collection", price: "Starting ₹400", imageSrc: "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?w=400&h=400&fit=crop", imageAlt: "Sportswear", onProductClick: () => console.log("Sportswear category clicked") }, { - id: 5, - title: "Facial Treatment", description: "Premium facial treatments for all skin types using high-quality skincare products", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7494.jpg", imageAlt: "Facial Treatment" + id: "5", name: "Fitness Equipment", price: "Starting ₹2000", imageSrc: "https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=400&h=400&fit=crop", imageAlt: "Fitness Equipment", onProductClick: () => console.log("Fitness category clicked") }, { - id: 6, - title: "Bridal Makeup", description: "Stunning bridal makeup services with expert styling for your special day", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210709.jpg", imageAlt: "Bridal Makeup Service" - }, - { - id: 7, - title: "Party Makeup", description: "Professional party makeup with creative styling for every occasion", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-holding-mascara-wand_23-2148398589.jpg", imageAlt: "Party Makeup Service" + id: "6", name: "Sports Accessories", price: "Starting ₹200", imageSrc: "https://images.unsplash.com/photo-1552820728-8ac41f1ce891?w=400&h=400&fit=crop", imageAlt: "Sports Accessories", onProductClick: () => console.log("Accessories category clicked") } ]} />