diff --git a/src/app/page.tsx b/src/app/page.tsx index 94b2705..b17d5fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -74,9 +56,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Bridging Craft and Tech" description={[ - "I bring a rare blend of high-end service industry leadership and technical proficiency. With 4 years in Moscow's elite barbershops, I understand customer experience, operational excellence, and team management.", - "Now, I am scaling that experience with automation, building CRM workflows, and driving B2B sales results. I transform manual bottlenecks into digital efficiency.", - ]} + "I bring a rare blend of high-end service industry leadership and technical proficiency. With 4 years in Moscow's elite barbershops, I understand customer experience, operational excellence, and team management.", "Now, I am scaling that experience with automation, building CRM workflows, and driving B2B sales results. I transform manual bottlenecks into digital efficiency."]} /> @@ -87,29 +67,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", - title: "Barbershop Operations", - description: "High-end grooming standards, staff management, and client relationship retention.", - tag: "Expertise", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-his-phone-barber-shop_23-2148353459.jpg", - imageAlt: "barber tools and analytics tablet", - }, + id: "1", title: "Barbershop Operations", description: "High-end grooming standards, staff management, and client relationship retention.", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-looking-his-phone-barber-shop_23-2148353459.jpg", imageAlt: "barber tools and analytics tablet"}, { - id: "2", - title: "CRM Automation", - description: "Automating booking flows, lead nurture, and customer data management systems.", - tag: "Tech", - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169834.jpg?_wi=2", - imageAlt: "barber tools and analytics tablet", - }, + id: "2", title: "CRM Automation", description: "Automating booking flows, lead nurture, and customer data management systems.", tag: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169834.jpg", imageAlt: "barber tools and analytics tablet"}, { - id: "3", - title: "B2B Sales Growth", - description: "Proven experience delivering growth targets in competitive markets like Moscow.", - tag: "Sales", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg?_wi=1", - imageAlt: "barber tools and analytics tablet", - }, + id: "3", title: "B2B Sales Growth", description: "Proven experience delivering growth targets in competitive markets like Moscow.", tag: "Sales", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg", imageAlt: "barber tools and analytics tablet"}, ]} title="My Service Stack" description="Optimizing businesses through manual expertise and digital precision." @@ -118,25 +80,17 @@ export default function LandingPage() {
@@ -257,29 +165,19 @@ export default function LandingPage() { logoText="Oybek Burxonov" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Overview", - href: "#hero", - }, + label: "Overview", href: "#hero"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Terms of Use", href: "#"}, ], }, ]}