diff --git a/src/app/page.tsx b/src/app/page.tsx index 38b2515..8a73ef2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,8 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function LandingPage() { @@ -33,44 +31,36 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "About", id: "about" }, - { name: "Products", id: "products" }, + { name: "Courses", id: "features" }, + { name: "Services", id: "products" }, { name: "Contact", id: "contact" }, ]} - brandName="Sakshi Infra" + brandName="The Gorgeous" />
@@ -80,12 +70,12 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} - title="Our Specialized Services" - description="We offer integrated construction and interior solutions designed for longevity." + title="Professional Beauty Academy" + description="Learn the art of professional makeup, hair styling, and skincare with our certified instructors." features={[ - { title: "Engineering", description: "Robust structures.", imageSrc: "http://img.b2bpic.net/free-photo/adorable-girl-enjoying-breakfast-with-boyfriend-laughing-man-drinking-coffee-with-wife_197531-12223.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/geometric-tiles-pattern_23-2148399278.jpg", buttonText: "Read More" }, - { title: "Sourcing", description: "Premium fixtures.", imageSrc: "http://img.b2bpic.net/free-photo/modern-architecture-building-construction_158595-6382.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384856.jpg", buttonText: "Read More" }, - { title: "Execution", description: "End-to-End support.", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-with-repair-paint-tools-top-view_23-2148393126.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-architect-designing-plans-buildings-restorations-alterations_482257-112178.jpg", buttonText: "Read More" } + { title: "Foundation Course", description: "Master the basics of makeup application.", imageSrc: "http://img.b2bpic.net/free-photo/beauty-tools-make-up-brushes_23-2148866336.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/makeup-brush-with-powder_23-2148866332.jpg", buttonText: "Join Now" }, + { title: "Bridal Styling", description: "Advanced techniques for bridal looks.", imageSrc: "http://img.b2bpic.net/free-photo/bride-looking-in-mirror_23-2148769852.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-on-table_23-2148769851.jpg", buttonText: "Join Now" }, + { title: "Professional Hair", description: "Hair styling mastery and management.", imageSrc: "http://img.b2bpic.net/free-photo/hair-dryer-comb-table_23-2148866345.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/hair-salon-tools_23-2148866340.jpg", buttonText: "Join Now" } ]} /> @@ -96,12 +86,12 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} animationType="slide-up" - title="Our Tile Collection" - description="Select from our range of tiles." + title="Premium Beauty Services" + description="Luxury makeup services for all special occasions." products={[ - { id: "p1", name: "Luxury Marble", price: "$120", variant: "Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/texture-background_1404-49.jpg" }, - { id: "p2", name: "Wood Plank", price: "$90", variant: "Porcelain", imageSrc: "http://img.b2bpic.net/free-photo/bright-laminated-flooring-boards-gray_231208-4217.jpg" }, - { id: "p3", name: "Modern Geo", price: "$75", variant: "Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/abstract-colorful-geometric-pattern-orange-yellow-red-stoneware-mosaic-texture-background-modern-style-wall-background_1258-69271.jpg" } + { id: "p1", name: "Bridal Makeup", price: "$500", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/bride-wearing-crown-veil_23-2148769849.jpg" }, + { id: "p2", name: "Party Makeup", price: "$150", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-makeup_23-2148769854.jpg" }, + { id: "p3", name: "Hair Styling", price: "$100", variant: "Fashion", imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-working-on-client_23-2148769853.jpg" } ]} /> @@ -110,17 +100,17 @@ export default function LandingPage() {