From 91ffb7b49eebaeb4d161182a853f5023ec98f220 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 17:29:03 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 132 +++++++++++---------------------------- 1 file changed, 35 insertions(+), 97 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e542204..20fd226 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -7,7 +7,7 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Sparkles, CheckCircle, Star } from "lucide-react"; +import { Sparkles, CheckCircle, Star, Scissors, Palette, Zap, Droplet, Wand2 } from "lucide-react"; const GalleryPage = () => { const navItems = [ @@ -21,8 +21,7 @@ const GalleryPage = () => { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Haircuts", href: "/services" }, { label: "Hair Coloring", href: "/services" }, { label: "Keratin Treatment", href: "/services" }, @@ -30,8 +29,7 @@ const GalleryPage = () => { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Reviews", href: "/reviews" }, @@ -39,8 +37,7 @@ const GalleryPage = () => { ], }, { - title: "Info", - items: [ + title: "Info", items: [ { label: "Location", href: "#" }, { label: "Hours", href: "#" }, { label: "Privacy Policy", href: "#" }, @@ -56,7 +53,7 @@ const GalleryPage = () => { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -67,9 +64,7 @@ const GalleryPage = () => { brandName="G3 Luxury Salon" navItems={navItems} button={{ - text: "Book Now", - href: "/contact", - }} + text: "Book Now", href: "/contact"}} /> @@ -82,53 +77,32 @@ const GalleryPage = () => { tagAnimation="slide-up" buttons={[ { - text: "Call Now", - href: "tel:+919790824436", - }, + text: "Call Now", href: "tel:+919790824436"}, { - text: "Book Appointment", - href: "/contact", - }, + text: "Book Appointment", href: "/contact"}, ]} buttonAnimation="slide-up" background={{ - variant: "blurBottom", - }} + variant: "plain"}} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184413.jpg?_wi=2", - imageAlt: "Bridal hair styling elegant updo wedding", - }, + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184413.jpg", imageAlt: "Bridal hair styling elegant updo wedding"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-haircut-home-with-hairdresser_23-2148817224.jpg?_wi=2", - imageAlt: "Hair color transformation before after dramatic", - }, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-haircut-home-with-hairdresser_23-2148817224.jpg", imageAlt: "Hair color transformation before after dramatic"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg?_wi=2", - imageAlt: "Keratin treatment results shiny smooth hair", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg", imageAlt: "Keratin treatment results shiny smooth hair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-hair-client-styling_23-2147769849.jpg?_wi=2", - imageAlt: "Luxury salon styling beautiful woman hair", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-hair-client-styling_23-2147769849.jpg", imageAlt: "Luxury salon styling beautiful woman hair"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-done_23-2148108875.jpg?_wi=2", - imageAlt: "Professional women's haircut salon beauty", - }, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-done_23-2148108875.jpg", imageAlt: "Professional women's haircut salon beauty"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-giving-hairstyle-young-woman_23-2147769862.jpg?_wi=2", - imageAlt: "Hair coloring treatment luxury salon", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-giving-hairstyle-young-woman_23-2147769862.jpg", imageAlt: "Hair coloring treatment luxury salon"}, { - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-washed_23-2148108767.jpg?_wi=2", - imageAlt: "Hair spa treatment luxury salon relaxation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-washed_23-2148108767.jpg", imageAlt: "Hair spa treatment luxury salon relaxation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668420.jpg?_wi=2", - imageAlt: "Keratin treatment salon smooth silky hair", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668420.jpg", imageAlt: "Keratin treatment salon smooth silky hair"}, ]} carouselPosition="right" /> @@ -140,35 +114,23 @@ const GalleryPage = () => { description="Showcase of our most stunning transformations and premium services" features={[ { - icon: "Sparkles", - title: "Bridal Transformations", - description: "Elegant updo styles and wedding-ready hair for your special day", - }, + icon: Sparkles, + title: "Bridal Transformations", description: "Elegant updo styles and wedding-ready hair for your special day"}, { - icon: "Palette", - title: "Color Mastery", - description: "Vibrant, rich color transformations with premium products", - }, + icon: Palette, + title: "Color Mastery", description: "Vibrant, rich color transformations with premium products"}, { - icon: "Zap", - title: "Keratin Excellence", - description: "Silky smooth results from our advanced keratin treatments", - }, + icon: Zap, + title: "Keratin Excellence", description: "Silky smooth results from our advanced keratin treatments"}, { - icon: "Scissors", - title: "Precision Cuts", - description: "Expert haircuts tailored to your face shape and style", - }, + icon: Scissors, + title: "Precision Cuts", description: "Expert haircuts tailored to your face shape and style"}, { - icon: "Droplet", - title: "Spa Treatments", - description: "Luxurious hair spa services for deep nourishment", - }, + icon: Droplet, + title: "Spa Treatments", description: "Luxurious hair spa services for deep nourishment"}, { - icon: "Star", - title: "Hair Botox", - description: "Intensive smoothing for damaged hair restoration", - }, + icon: Star, + title: "Hair Botox", description: "Intensive smoothing for damaged hair restoration"}, ]} tag="Transformations" tagIcon={CheckCircle} @@ -182,41 +144,17 @@ const GalleryPage = () => { Date: Fri, 6 Mar 2026 17:29:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 236 +++++++++++------------------------------------ 1 file changed, 55 insertions(+), 181 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b719ad2..8041dc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumSmall" sizing="mediumLarge" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -41,9 +41,7 @@ export default function HomePage() { brandName="G3 Luxury Salon" navItems={navItems} button={{ - text: "Book Now", - href: "/contact", - }} + text: "Book Now", href: "/contact"}} /> @@ -54,53 +52,33 @@ export default function HomePage() { tag="Premium Salon" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-hair-client-styling_23-2147769849.jpg?_wi=1", - imageAlt: "Luxury salon hair styling service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-hair-client-styling_23-2147769849.jpg", imageAlt: "Luxury salon hair styling service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-giving-hairstyle-young-woman_23-2147769862.jpg?_wi=1", - imageAlt: "Professional hair coloring treatment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-giving-hairstyle-young-woman_23-2147769862.jpg", imageAlt: "Professional hair coloring treatment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184413.jpg?_wi=1", - imageAlt: "Bridal hair styling transformation", - }, + imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184413.jpg", imageAlt: "Bridal hair styling transformation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-washed_23-2148108767.jpg?_wi=1", - imageAlt: "Premium hair spa treatment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-getting-her-hair-washed_23-2148108767.jpg", imageAlt: "Premium hair spa treatment"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668420.jpg?_wi=1", - imageAlt: "Keratin treatment smooth hair", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-hair-salon_23-2150668420.jpg", imageAlt: "Keratin treatment smooth hair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-haircut-home-with-hairdresser_23-2148817224.jpg?_wi=1", - imageAlt: "Hair color transformation results", - }, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-getting-haircut-home-with-hairdresser_23-2148817224.jpg", imageAlt: "Hair color transformation results"}, { - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-done_23-2148108875.jpg?_wi=1", - imageAlt: "Professional women's haircut", - }, + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-getting-her-hair-done_23-2148108875.jpg", imageAlt: "Professional women's haircut"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg?_wi=1", - imageAlt: "Keratin treatment results", - }, + imageSrc: "http://img.b2bpic.net/free-photo/hairstyling-smiling-young-woman-demonstrating-hairstyling-tips_259150-60121.jpg", imageAlt: "Keratin treatment results"}, ]} carouselPosition="right" buttons={[ { - text: "Call Now", - href: "tel:+919790824436", - }, + text: "Call Now", href: "tel:+919790824436"}, { - text: "Book Appointment", - href: "/contact", - }, + text: "Book Appointment", href: "/contact"}, ]} buttonAnimation="slide-up" /> @@ -113,34 +91,22 @@ export default function HomePage() { features={[ { icon: Scissors, - title: "Haircuts", - description: "Customized cuts based on face shape and personal style. Expert shaping and precision styling.", - }, + title: "Haircuts", description: "Customized cuts based on face shape and personal style. Expert shaping and precision styling."}, { icon: Palette, - title: "Hair Coloring", - description: "Professional color treatments using premium products. Vibrant shades and natural-looking results.", - }, + title: "Hair Coloring", description: "Professional color treatments using premium products. Vibrant shades and natural-looking results."}, { icon: Droplet, - title: "Hair Spa", - description: "Nourishing spa treatments for healthy, shiny hair. Deep conditioning and rejuvenation therapy.", - }, + title: "Hair Spa", description: "Nourishing spa treatments for healthy, shiny hair. Deep conditioning and rejuvenation therapy."}, { icon: Zap, - title: "Keratin Treatment", - description: "Smooth, glossy finish with keratin therapy. Long-lasting straightening and frizz control.", - }, + title: "Keratin Treatment", description: "Smooth, glossy finish with keratin therapy. Long-lasting straightening and frizz control."}, { icon: Star, - title: "Hair Botox", - description: "Intensive smoothing treatment for damaged hair. Restores shine and elasticity instantly.", - }, + title: "Hair Botox", description: "Intensive smoothing treatment for damaged hair. Restores shine and elasticity instantly."}, { icon: Wand2, - title: "Nanoplastia", - description: "Advanced nano-technology treatment for ultra-smooth hair. Professional results with lasting effects.", - }, + title: "Nanoplastia", description: "Advanced nano-technology treatment for ultra-smooth hair. Professional results with lasting effects."}, ]} tag="Services" tagIcon={CheckCircle} @@ -154,29 +120,18 @@ export default function HomePage() { @@ -191,41 +146,17 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg?_wi=1", - imageAlt: "Priya Sharma", - }, + id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12676.jpg", imageAlt: "Priya Sharma"}, { - id: "2", - name: "Ananya Mehta", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg?_wi=1", - imageAlt: "Ananya Mehta", - }, + id: "2", name: "Ananya Mehta", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Ananya Mehta"}, { - id: "3", - name: "Divya Reddy", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", - imageAlt: "Divya Reddy", - }, + id: "3", name: "Divya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Divya Reddy"}, { - id: "4", - name: "Sneha Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg?_wi=1", - imageAlt: "Sneha Kumar", - }, + id: "4", name: "Sneha Kumar", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", imageAlt: "Sneha Kumar"}, { - id: "5", - name: "Shreya Singh", - imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg?_wi=1", - imageAlt: "Shreya Singh", - }, + id: "5", name: "Shreya Singh", imageSrc: "http://img.b2bpic.net/free-photo/lovable-woman-looking-front_197531-19779.jpg", imageAlt: "Shreya Singh"}, { - id: "6", - name: "Pooja Nair", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-business-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10038.jpg?_wi=1", - imageAlt: "Pooja Nair", - }, + id: "6", name: "Pooja Nair", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-business-woman-standing-posing-co-working-coffee-shop-interior-looking-camera-smiling_74855-10038.jpg", imageAlt: "Pooja Nair"}, ]} /> @@ -240,28 +171,16 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "2,994+", - title: "Happy Customers", - items: ["5.0 Google Rating", "Years of Trust"], + id: "1", value: "2,994+", title: "Happy Customers", items: ["5.0 Google Rating", "Years of Trust"], }, { - id: "2", - value: "5.0", - title: "Average Rating", - items: ["Premium Service Quality", "Expert Stylists"], + id: "2", value: "5.0", title: "Average Rating", items: ["Premium Service Quality", "Expert Stylists"], }, { - id: "3", - value: "100%", - title: "Hygiene Certified", - items: ["Sterilized Tools", "Professional Products"], + id: "3", value: "100%", title: "Hygiene Certified", items: ["Sterilized Tools", "Professional Products"], }, { - id: "4", - value: "15+", - title: "Services Offered", - items: ["Full Beauty Suite", "Luxury Treatments"], + id: "4", value: "15+", title: "Services Offered", items: ["Full Beauty Suite", "Luxury Treatments"], }, ]} /> @@ -278,35 +197,17 @@ export default function HomePage() { animationType="smooth" faqs={[ { - id: "1", - title: "What is your location and how do I find you?", - content: "We are located at 30A, 1st Floor, Kalapatti Main Rd, Nehru Nagar West, Coimbatore – 641014. You can easily find us on Google Maps or call us for directions. Free parking available.", - }, + id: "1", title: "What is your location and how do I find you?", content: "We are located at 30A, 1st Floor, Kalapatti Main Rd, Nehru Nagar West, Coimbatore – 641014. You can easily find us on Google Maps or call us for directions. Free parking available."}, { - id: "2", - title: "Do you offer online appointment booking?", - content: "Yes! You can book appointments through our website or call us directly at 097908 24436. We also accept WhatsApp bookings for your convenience. Same-day appointments available based on stylist availability.", - }, + id: "2", title: "Do you offer online appointment booking?", content: "Yes! You can book appointments through our website or call us directly at 097908 24436. We also accept WhatsApp bookings for your convenience. Same-day appointments available based on stylist availability."}, { - id: "3", - title: "What is the best keratin treatment?", - content: "We use premium keratin treatments that provide smooth, frizz-free hair for 3-4 months. The treatment is safe for all hair types and includes a consultation to determine the best option for your hair.", - }, + id: "3", title: "What is the best keratin treatment?", content: "We use premium keratin treatments that provide smooth, frizz-free hair for 3-4 months. The treatment is safe for all hair types and includes a consultation to determine the best option for your hair."}, { - id: "4", - title: "Are your tools and equipment hygienic?", - content: "Absolutely! All tools are sterilized using professional-grade equipment. We follow strict hygiene protocols and use premium, certified products. Your safety and comfort are our top priority.", - }, + id: "4", title: "Are your tools and equipment hygienic?", content: "Absolutely! All tools are sterilized using professional-grade equipment. We follow strict hygiene protocols and use premium, certified products. Your safety and comfort are our top priority."}, { - id: "5", - title: "Do you offer bridal styling packages?", - content: "Yes! We specialize in bridal hair and makeup. Packages include trial sessions, styling on your wedding day, and hair treatments to prepare your hair. Contact us for custom bridal packages.", - }, + id: "5", title: "Do you offer bridal styling packages?", content: "Yes! We specialize in bridal hair and makeup. Packages include trial sessions, styling on your wedding day, and hair treatments to prepare your hair. Contact us for custom bridal packages."}, { - id: "6", - title: "What are your business hours?", - content: "We are open Tuesday to Sunday, 10:00 AM to 8:00 PM. Closed on Mondays. Extended hours available for special occasions. Call ahead to schedule your appointment.", - }, + id: "6", title: "What are your business hours?", content: "We are open Tuesday to Sunday, 10:00 AM to 8:00 PM. Closed on Mondays. Extended hours available for special occasions. Call ahead to schedule your appointment."}, ]} /> @@ -329,66 +230,39 @@ export default function HomePage() {