diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e71abf..199e6b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Facial Treatments", href: "/services" }, { label: "Hair Services", href: "/services" }, { label: "Threading", href: "/services" }, @@ -33,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Contact Info", - items: [ + title: "Contact Info", items: [ { label: "Phone: 9600242270", href: "tel:9600242270" }, { label: "WhatsApp: 8903942895", href: "https://wa.me/918903942895" }, { label: "Instagram", href: "https://instagram.com" }, @@ -51,8 +48,7 @@ export default function HomePage() { ], }, { - title: "Location", - items: [ + title: "Location", items: [ { label: "Kausthubham Complex", href: "#" }, { label: "Sarjapura, Bangalore", href: "#" }, { label: "562125", href: "#" }, @@ -67,7 +63,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -86,7 +82,7 @@ export default function HomePage() { @@ -253,74 +187,38 @@ export default function HomePage() { useInvertedBackground={false} plans={[ { - id: "package1", - price: "₹999", - name: "Beauty Starter", - buttons: [ + id: "package1", price: "₹999", name: "Beauty Starter", buttons: [ { text: "Book Now", href: "tel:9600242270" }, { text: "WhatsApp", href: "https://wa.me/919600242270" }, ], features: [ - "Facial Treatment", - "Threading (Full Face)", - "Bleach Treatment", - "Nail Polish", - ], + "Facial Treatment", "Threading (Full Face)", "Bleach Treatment", "Nail Polish"], }, { - id: "package2", - price: "₹1,799", - name: "Glow Radiance", - badge: "Most Popular", - badgeIcon: Sparkles, + id: "package2", price: "₹1,799", name: "Glow Radiance", badge: "Most Popular", badgeIcon: Sparkles, buttons: [ { text: "Book Now", href: "tel:9600242270" }, { text: "WhatsApp", href: "https://wa.me/919600242270" }, ], features: [ - "Premium Facial", - "Full Face Threading", - "Waxing Service", - "Bleach & Manicure", - "Pedicure Treatment", - ], + "Premium Facial", "Full Face Threading", "Waxing Service", "Bleach & Manicure", "Pedicure Treatment"], }, { - id: "package3", - price: "₹2,250", - name: "Luxury Escape", - buttons: [ + id: "package3", price: "₹2,250", name: "Luxury Escape", buttons: [ { text: "Book Now", href: "tel:9600242270" }, { text: "WhatsApp", href: "https://wa.me/919600242270" }, ], features: [ - "Advanced Facial", - "Threading Package", - "Waxing Service", - "Spa Manicure", - "Spa Pedicure", - "Hair Spa Treatment", - ], + "Advanced Facial", "Threading Package", "Waxing Service", "Spa Manicure", "Spa Pedicure", "Hair Spa Treatment"], }, { - id: "package4", - price: "₹2,800", - name: "Complete Transformation", - badge: "Premium", - badgeIcon: Crown, + id: "package4", price: "₹2,800", name: "Complete Transformation", badge: "Premium", badgeIcon: Crown, buttons: [ { text: "Book Now", href: "tel:9600242270" }, { text: "WhatsApp", href: "https://wa.me/919600242270" }, ], features: [ - "Premium Facial", - "Full Threading", - "Complete Waxing", - "Deluxe Manicure", - "Deluxe Pedicure", - "Hair Spa & Styling", - "Makeup Consultation", - ], + "Premium Facial", "Full Threading", "Complete Waxing", "Deluxe Manicure", "Deluxe Pedicure", "Hair Spa & Styling", "Makeup Consultation"], }, ]} /> @@ -336,45 +234,13 @@ export default function HomePage() { useInvertedBackground={false} blogs={[ { - id: "1", - category: "Salon Interior", - title: "Modern Reception & Waiting Area", - excerpt: "Elegant entrance with comfortable seating and professional ambiance", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engaged-couple_23-2148060495.jpg?_wi=1", - authorName: "Good Vibes Team", - authorAvatar: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", - date: "Professional Space", - }, + id: "1", category: "Salon Interior", title: "Modern Reception & Waiting Area", excerpt: "Elegant entrance with comfortable seating and professional ambiance", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engaged-couple_23-2148060495.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/living-room-with-modern-beautiful-decoration_181624-30650.jpg", date: "Professional Space"}, { - id: "2", - category: "Treatment Stations", - title: "Professional Hair Styling Station", - excerpt: "State-of-the-art equipment with professional lighting and mirrors", - imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-tools_23-2148108858.jpg?_wi=1", - authorName: "Good Vibes Team", - authorAvatar: "http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg", - date: "Expert Setup", - }, + id: "2", category: "Treatment Stations", title: "Professional Hair Styling Station", excerpt: "State-of-the-art equipment with professional lighting and mirrors", imageSrc: "http://img.b2bpic.net/free-photo/hair-salon-tools_23-2148108858.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg", date: "Expert Setup"}, { - id: "3", - category: "Spa Facilities", - title: "Facial Treatment & Skincare Room", - excerpt: "Luxurious treatment beds in a serene, professionally designed space", - imageSrc: "http://img.b2bpic.net/free-photo/elements-relaxing-massage-spa_23-2148176941.jpg?_wi=1", - authorName: "Good Vibes Team", - authorAvatar: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", - date: "Relaxation Zone", - }, + id: "3", category: "Spa Facilities", title: "Facial Treatment & Skincare Room", excerpt: "Luxurious treatment beds in a serene, professionally designed space", imageSrc: "http://img.b2bpic.net/free-photo/elements-relaxing-massage-spa_23-2148176941.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-lovely-woman-black-sweater-standing-posing_114579-81876.jpg", date: "Relaxation Zone"}, { - id: "4", - category: "Service Areas", - title: "Manicure & Pedicure Stations", - excerpt: "Comfortable workstations with professional tools and elegant design", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-manicure-salon-beauty-concept_1301-3369.jpg?_wi=1", - authorName: "Good Vibes Team", - authorAvatar: "http://img.b2bpic.net/free-photo/panoramic-sauna-with-view-modern-wooden-design-nature-relaxation_169016-68880.jpg", - date: "Nail Care", - }, + id: "4", category: "Service Areas", title: "Manicure & Pedicure Stations", excerpt: "Comfortable workstations with professional tools and elegant design", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-manicure-salon-beauty-concept_1301-3369.jpg", authorName: "Good Vibes Team", authorAvatar: "http://img.b2bpic.net/free-photo/panoramic-sauna-with-view-modern-wooden-design-nature-relaxation_169016-68880.jpg", date: "Nail Care"}, ]} carouselMode="buttons" /> @@ -384,29 +250,13 @@ export default function HomePage() { ); -} \ No newline at end of file +}