Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d804084cdb | |||
| 16e826e7c8 | |||
| 1f134ad758 | |||
| 6e788f8a23 |
157
src/app/page.tsx
157
src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Process",
|
name: "Process", id: "#process"},
|
||||||
id: "#process",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Book Now",
|
name: "Book Now", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Brella Advising"
|
brandName="Brella Advising"
|
||||||
/>
|
/>
|
||||||
@@ -56,13 +48,9 @@ export default function LandingPage() {
|
|||||||
description="Strategic Clarity. Scalable Growth. We help businesses simplify operations and grow profitably."
|
description="Strategic Clarity. Scalable Growth. We help businesses simplify operations and grow profitably."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Consultation",
|
text: "Book a Consultation", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/dark-paper-layers-background-with-gold-details-design_23-2148408788.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/dark-paper-layers-background-with-gold-details-design_23-2148408788.jpg"
|
||||||
@@ -76,22 +64,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Business Strategy",
|
title: "Business Strategy", description: "Defining your path to market dominance with clear, actionable strategy.", imageSrc: "http://img.b2bpic.net/free-photo/chalk-arrows-drawn-with-copy-space_23-2148456145.jpg?_wi=1"},
|
||||||
description: "Defining your path to market dominance with clear, actionable strategy.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chalk-arrows-drawn-with-copy-space_23-2148456145.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Operations Optimization",
|
title: "Operations Optimization", description: "Streamlining processes to maximize efficiency and profit margins.", imageSrc: "http://img.b2bpic.net/free-vector/modern-productivity-concept-with-flat-design_23-2147962585.jpg?_wi=1"},
|
||||||
description: "Streamlining processes to maximize efficiency and profit margins.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-productivity-concept-with-flat-design_23-2147962585.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Growth & Scaling",
|
title: "Growth & Scaling", description: "Systematizing your business to scale profitably without the chaos.", imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148118853.jpg?_wi=1"},
|
||||||
description: "Systematizing your business to scale profitably without the chaos.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148118853.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Premium Services"
|
title="Premium Services"
|
||||||
description="Tailored strategies for sustainable success."
|
description="Tailored strategies for sustainable success."
|
||||||
@@ -105,19 +84,13 @@ export default function LandingPage() {
|
|||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
icon: TrendingUp,
|
icon: TrendingUp,
|
||||||
label: "Growth Rate",
|
label: "Growth Rate", value: "45%"},
|
||||||
value: "45%",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Target,
|
icon: Target,
|
||||||
label: "Strategies Implemented",
|
label: "Strategies Implemented", value: "150+"},
|
||||||
value: "150+",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Award,
|
icon: Award,
|
||||||
label: "Client Retention",
|
label: "Client Retention", value: "98%"},
|
||||||
value: "98%",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -130,22 +103,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "1. Diagnose",
|
title: "1. Diagnose", description: "Comprehensive audit of your current business model.", imageSrc: "http://img.b2bpic.net/free-photo/chalk-arrows-drawn-with-copy-space_23-2148456145.jpg?_wi=2"},
|
||||||
description: "Comprehensive audit of your current business model.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chalk-arrows-drawn-with-copy-space_23-2148456145.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "2. Strategize",
|
title: "2. Strategize", description: "Development of customized roadmap for scaling.", imageSrc: "http://img.b2bpic.net/free-vector/modern-productivity-concept-with-flat-design_23-2147962585.jpg?_wi=2"},
|
||||||
description: "Development of customized roadmap for scaling.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/modern-productivity-concept-with-flat-design_23-2147962585.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "3. Scale",
|
title: "3. Scale", description: "Execution and ongoing advisory for growth.", imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148118853.jpg?_wi=2"},
|
||||||
description: "Execution and ongoing advisory for growth.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/growing-up-landing-page-template_23-2148118853.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Proven Path"
|
title="The Proven Path"
|
||||||
description="Our three-step system to transform your operations."
|
description="Our three-step system to transform your operations."
|
||||||
@@ -159,59 +123,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", role: "CEO", company: "Tech Innovations", rating: 5,
|
||||||
name: "Sarah J.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1"},
|
||||||
role: "CEO",
|
|
||||||
company: "Tech Innovations",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Marcus L.", role: "Founder", company: "L&D Partners", rating: 5,
|
||||||
name: "Marcus L.",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg"},
|
||||||
role: "Founder",
|
|
||||||
company: "L&D Partners",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily P.", role: "Ops Director", company: "Retail Group", rating: 5,
|
||||||
name: "Emily P.",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-trousers-fashion-hipster-male-posing-near-grey-wall-studio-isolated_158538-26745.jpg"},
|
||||||
role: "Ops Director",
|
|
||||||
company: "Retail Group",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-model-sexy-stylish-man-dressed-shirt-trousers-fashion-hipster-male-posing-near-grey-wall-studio-isolated_158538-26745.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", role: "Manager", company: "BlueScale", rating: 5,
|
||||||
name: "David K.",
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
|
||||||
role: "Manager",
|
|
||||||
company: "BlueScale",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Elena R.", role: "Principal", company: "Strategic Dynamics", rating: 5,
|
||||||
name: "Elena R.",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2"},
|
||||||
role: "Principal",
|
|
||||||
company: "Strategic Dynamics",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "2x",
|
value: "2x", label: "Revenue Growth"},
|
||||||
label: "Revenue Growth",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "30%",
|
value: "30%", label: "Time Saved"},
|
||||||
label: "Time Saved",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Clarity Found"},
|
||||||
label: "Clarity Found",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Client Results"
|
title="Client Results"
|
||||||
description="What our partners achieve through clarity."
|
description="What our partners achieve through clarity."
|
||||||
@@ -222,48 +155,34 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Ready to Elevate Your Business?"
|
title="Ready to Elevate Your Business?"
|
||||||
description="Schedule your strategy call with Brella Advising today."
|
description="Schedule your strategy call with Brella Advising today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Schedule Strategy Call",
|
text: "Schedule Strategy Call", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseReveal
|
||||||
logoText="Brella Advising"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "(931) 722-2369",
|
label: "(931) 722-2369", href: "tel:9317222369"},
|
||||||
href: "tel:9317222369",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "222 S High St, Waynesboro, TN",
|
label: "222 S High St, Waynesboro, TN", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #f5f5f5;
|
||||||
--card: #f9f9f9;
|
--card: #ffffff;
|
||||||
--foreground: #000000;
|
--foreground: #1c1c1c;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #1f3251;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #000000;
|
--secondary-cta-text: #000000;
|
||||||
--accent: #d4af37;
|
--accent: #15479c;
|
||||||
--background-accent: #f4f4f4;
|
--background-accent: #a8cce8;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user