Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
||||
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: [
|
||||
{
|
||||
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: {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="sharp"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule a Free Consultation", href: "#contact" },
|
||||
{ text: "Explore My Process", href: "#process" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user