Update src/app/page.tsx

This commit is contained in:
2026-05-05 12:58:26 +00:00
parent 44bf8de410
commit 0d0ffcdcb8

View File

@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Award, Star, Users, CheckCircle, Sparkles } from "lucide-react";
import { Award, Star, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,10 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Services", id: "#features" },
{ name: "Products", id: "#products" },
{ name: "Pricing", id: "#pricing" },
{ name: "Contact", id: "#contact" },
{ name: "Services", id: "features" },
{ name: "Products", id: "products" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="Unisex Salon"
/>
@@ -49,7 +49,6 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-getting-haircut_23-2149220553.jpg", imageAlt: "modern salon interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg", imageAlt: "professional stylist styling hair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094257.jpg", imageAlt: "hair salon hair care products" },
]}
/>
</div>
@@ -90,6 +89,7 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Hydrating Shampoo", price: "$32", variant: "Care", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669163.jpg" },
{ id: "p2", name: "Repair Conditioner", price: "$34", variant: "Care", imageSrc: "http://img.b2bpic.net/free-photo/hair-oil-bottle-with-blonde-hair-background_23-2151968647.jpg" },
{ id: "p3", name: "Style Fixer", price: "$25", variant: "Care", imageSrc: "http://img.b2bpic.net/free-photo/hair-spray-bottle-with-blonde-hair-background_23-2151968647.jpg" },
]}
title="Signature Hair Care"
description="Professional products for home maintenance."
@@ -147,12 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
"
}
],
"theme": {
"--background": "#fffdf0", "--card": "#fff9d0", "--foreground": "#3d3000", "--primary-cta": "#facc15", "--secondary-cta": "#fef08a", "--accent": "#eab308", "--background-accent": "#fef3c7"
},
"rawPlan": "I have updated the website with a lightful yellow aesthetic to create a warm, premium salon vibe. I also updated several sections to feature more modern, scroll-based layout components that improve visual engagement and flow."
}