Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-23 00:13:07 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -16,7 +16,8 @@ export const metadata: Metadata = {
openGraph: { openGraph: {
title: "Personal Brand Scaler | Scale Your Business", description: "Expert brand scaling strategies for ambitious entrepreneurs. Grow your revenue 250%+ with proven frameworks.", type: "website", siteName: "Brand Scaler", images: [ title: "Personal Brand Scaler | Scale Your Business", description: "Expert brand scaling strategies for ambitious entrepreneurs. Grow your revenue 250%+ with proven frameworks.", type: "website", siteName: "Brand Scaler", images: [
{ {
url: "https://img.b2bpic.net/free-photo/strategy-analysis-planning-vision-business-success-concept_53876-121236.jpg", alt: "Brand scaling strategy"}, url: "https://img.b2bpic.net/free-photo/strategy-analysis-planning-vision-business-success-concept_53876-121236.jpg", alt: "Brand scaling strategy"
},
], ],
}, },
twitter: { twitter: {

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="sharp" borderRadius="sharp"
contentWidth="medium" contentWidth="medium"
sizing="largeSmall" sizing="largeSmall"
background="aurora" background="circleGradient"
cardStyle="gradient-radial" cardStyle="gradient-radial"
primaryButtonStyle="double-inset" primaryButtonStyle="double-inset"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
{ text: "Schedule a Free Consultation", href: "#contact" }, { text: "Schedule a Free Consultation", href: "#contact" },
{ text: "Explore My Process", href: "#process" } { text: "Explore My Process", href: "#process" }
]} ]}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
carouselItems={[ carouselItems={[
{ {
id: "1", imageSrc: "https://img.b2bpic.net/free-photo/strategy-analysis-planning-vision-business-success-concept_53876-121236.jpg", imageAlt: "Brand scaling strategy visualization" id: "1", imageSrc: "https://img.b2bpic.net/free-photo/strategy-analysis-planning-vision-business-success-concept_53876-121236.jpg", imageAlt: "Brand scaling strategy visualization"