Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-06 06:50:49 +00:00

View File

@@ -32,27 +32,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Starberry"
button={{
text: "Free SEO Audit",
href: "#contact",
}}
text: "Free SEO Audit", href: "#contact"}}
/>
</div>
@@ -60,97 +50,54 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
title="Rank Higher. Get Found. Grow Faster."
description="Starberry's SEO strategies help businesses dominate search results and attract qualified customers every month. See real results in 90 days."
testimonials={[
{
name: "Sarah Jenkins",
handle: "@jenkinssarah",
testimonial: "Increased our organic traffic by 200% within the first 3 months.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=1",
},
name: "Sarah Jenkins", handle: "@jenkinssarah", testimonial: "Increased our organic traffic by 200% within the first 3 months.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg"},
{
name: "David Thorne",
handle: "@thornetech",
testimonial: "Finally, an SEO agency that speaks the language of real ROI.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=1",
},
name: "David Thorne", handle: "@thornetech", testimonial: "Finally, an SEO agency that speaks the language of real ROI.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"},
{
name: "Lisa Wang",
handle: "@wangcreative",
testimonial: "The monthly reporting is best-in-class for agency transparency.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg?_wi=1",
},
name: "Lisa Wang", handle: "@wangcreative", testimonial: "The monthly reporting is best-in-class for agency transparency.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg"},
{
name: "Mark Evans",
handle: "@marke",
testimonial: "Incredible communication and rapid results.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg?_wi=1",
},
name: "Mark Evans", handle: "@marke", testimonial: "Incredible communication and rapid results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg"},
{
name: "Emily Chen",
handle: "@emilyc",
testimonial: "Data-backed SEO that actually drives revenue.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
},
name: "Emily Chen", handle: "@emilyc", testimonial: "Data-backed SEO that actually drives revenue.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
]}
buttons={[
{
text: "Start Your Free SEO Audit",
href: "#contact",
},
text: "Start Your Free SEO Audit", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/african-american-guy-studying-analytics-archived-data-project_482257-121442.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
alt: "Team member",
},
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Team member"},
{
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
alt: "Team member",
},
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Team member"},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
alt: "Team member",
},
src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Team member"},
{
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
alt: "Team member",
},
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", alt: "Team member"},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
alt: "Team member",
},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", alt: "Team member"},
]}
marqueeItems={[
{
type: "text",
text: "Google Partner Certified",
},
type: "text", text: "Google Partner Certified"},
{
type: "text",
text: "100+ Happy Clients",
},
type: "text", text: "100+ Happy Clients"},
{
type: "text",
text: "Data-Driven Results",
},
type: "text", text: "Data-Driven Results"},
{
type: "text",
text: "90 Day Visibility",
},
type: "text", text: "90 Day Visibility"},
{
type: "text",
text: "Custom Strategy",
},
type: "text", text: "Custom Strategy"},
]}
/>
</div>
@@ -160,9 +107,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Partner with Starberry?"
description={[
"For businesses and agencies alike, navigating the digital landscape requires more than just keywords. Our proven, data-driven approach focuses on sustainable growth that converts visitors into recurring revenue.",
"We combine deep technical SEO knowledge with high-level strategy to ensure your brand stands out where it matters most.",
]}
"For businesses and agencies alike, navigating the digital landscape requires more than just keywords. Our proven, data-driven approach focuses on sustainable growth that converts visitors into recurring revenue.", "We combine deep technical SEO knowledge with high-level strategy to ensure your brand stands out where it matters most."]}
/>
</div>
@@ -174,20 +119,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Technical SEO Audits",
description: "Fixing site speed, indexing, and crawlability issues.",
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg",
},
title: "Technical SEO Audits", description: "Fixing site speed, indexing, and crawlability issues.", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"},
{
title: "Content Strategy",
description: "High-intent keywords and conversion-optimized content.",
imageSrc: "http://img.b2bpic.net/free-photo/seo-analysis-business-meeting_53876-94819.jpg",
},
title: "Content Strategy", description: "High-intent keywords and conversion-optimized content.", imageSrc: "http://img.b2bpic.net/free-photo/seo-analysis-business-meeting_53876-94819.jpg"},
{
title: "Authority Building",
description: "Strategic link development that builds lasting trust.",
imageSrc: "http://img.b2bpic.net/free-vector/seo-icon_632498-3593.jpg",
},
title: "Authority Building", description: "Strategic link development that builds lasting trust.", imageSrc: "http://img.b2bpic.net/free-vector/seo-icon_632498-3593.jpg"},
]}
title="Our Core SEO Services"
description="Comprehensive strategies to elevate your search presence."
@@ -196,52 +132,23 @@ export default function LandingPage() {
<div id="product" data-section="product">
<ProductCardFour
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Audit Portal",
price: "Included",
variant: "Dashboard",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg",
},
id: "p1", name: "Audit Portal", price: "Included", variant: "Dashboard", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-control-panel_23-2151957130.jpg"},
{
id: "p2",
name: "Keyword Tracker",
price: "Included",
variant: "Monitoring",
imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg",
},
id: "p2", name: "Keyword Tracker", price: "Included", variant: "Monitoring", imageSrc: "http://img.b2bpic.net/free-photo/empty-business-workspace-with-device-showing-data-analytics-infographics_482257-116612.jpg"},
{
id: "p3",
name: "Competitor Analysis",
price: "Included",
variant: "Intelligence",
imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369872.jpg",
},
id: "p3", name: "Competitor Analysis", price: "Included", variant: "Intelligence", imageSrc: "http://img.b2bpic.net/free-photo/public-examination-preparation-concept_23-2149369872.jpg"},
{
id: "p4",
name: "Conversion Tracking",
price: "Included",
variant: "Reporting",
imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg",
},
id: "p4", name: "Conversion Tracking", price: "Included", variant: "Reporting", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg"},
{
id: "p5",
name: "Speed Optimization",
price: "Included",
variant: "Technical",
imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg",
},
id: "p5", name: "Speed Optimization", price: "Included", variant: "Technical", imageSrc: "http://img.b2bpic.net/free-photo/stock-portfolio-computer-monitor-containing-collection-financial-assets_482257-93465.jpg"},
{
id: "p6",
name: "Content Planner",
price: "Included",
variant: "Strategy",
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg",
},
id: "p6", name: "Content Planner", price: "Included", variant: "Strategy", imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg"},
]}
title="Dedicated SEO Tools"
description="Access the tools we use to track your growth."
@@ -255,55 +162,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "start",
badge: "Essential",
price: "$1,999/mo",
subtitle: "For small business starters",
buttons: [
id: "start", badge: "Essential", price: "$1,999/mo", subtitle: "For small business starters", buttons: [
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
],
features: [
"Basic Audit",
"5 Keywords",
"Monthly Reports",
],
"Basic Audit", "5 Keywords", "Monthly Reports"],
},
{
id: "pro",
badge: "Growth",
price: "$3,999/mo",
subtitle: "For scaling enterprises",
buttons: [
id: "pro", badge: "Growth", price: "$3,999/mo", subtitle: "For scaling enterprises", buttons: [
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
],
features: [
"Full Tech Audit",
"25 Keywords",
"Content Strategy",
],
"Full Tech Audit", "25 Keywords", "Content Strategy"],
},
{
id: "scale",
badge: "Custom",
price: "Contact Us",
subtitle: "For ambitious agencies",
buttons: [
id: "scale", badge: "Custom", price: "Contact Us", subtitle: "For ambitious agencies", buttons: [
{
text: "Inquire",
href: "#contact",
},
text: "Inquire", href: "#contact"},
],
features: [
"Unlimited Keywords",
"Priority Support",
"Partner Dashboard",
],
"Unlimited Keywords", "Priority Support", "Partner Dashboard"],
},
]}
title="Transparent Growth Plans"
@@ -318,26 +198,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "200%",
title: "Average Growth",
description: "Typical traffic increase in year 1.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-home-office-designing-text-image-ai-generative-models_482257-118859.jpg",
},
id: "m1", value: "200%", title: "Average Growth", description: "Typical traffic increase in year 1.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-home-office-designing-text-image-ai-generative-models_482257-118859.jpg"},
{
id: "m2",
value: "90",
title: "Day Visibility",
description: "First milestone timeline.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-126263.jpg",
},
id: "m2", value: "90", title: "Day Visibility", description: "First milestone timeline.", imageSrc: "http://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-126263.jpg"},
{
id: "m3",
value: "100+",
title: "Clients Served",
description: "SMBs and Agencies trusted.",
imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-front-inspector-server-room-admin-checking-documents_482257-117961.jpg",
},
id: "m3", value: "100+", title: "Clients Served", description: "SMBs and Agencies trusted.", imageSrc: "http://img.b2bpic.net/free-photo/mockup-tablet-front-inspector-server-room-admin-checking-documents_482257-117961.jpg"},
]}
title="Results You Can Trust"
description="Metrics that drive bottom-line revenue."
@@ -346,49 +211,25 @@ export default function LandingPage() {
<div id="testimonial" data-section="testimonial">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Jenkins",
handle: "@sarahj",
testimonial: "Incredible results, very professional approach.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg?_wi=2",
},
id: "1", name: "Sarah Jenkins", handle: "@sarahj", testimonial: "Incredible results, very professional approach.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg"},
{
id: "2",
name: "David Thorne",
handle: "@davidt",
testimonial: "Transformed our search visibility overnight.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg?_wi=2",
},
id: "2", name: "David Thorne", handle: "@davidt", testimonial: "Transformed our search visibility overnight.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg"},
{
id: "3",
name: "Lisa Wang",
handle: "@lisaw",
testimonial: "They know technical SEO like nobody else.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg?_wi=2",
},
id: "3", name: "Lisa Wang", handle: "@lisaw", testimonial: "They know technical SEO like nobody else.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-working-as-team-company_23-2149136879.jpg"},
{
id: "4",
name: "Mark Evans",
handle: "@marke",
testimonial: "Starberry is a true partner in our growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg?_wi=2",
},
id: "4", name: "Mark Evans", handle: "@marke", testimonial: "Starberry is a true partner in our growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg"},
{
id: "5",
name: "Emily Chen",
handle: "@emilyc",
testimonial: "Transparent and data-backed performance.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
},
id: "5", name: "Emily Chen", handle: "@emilyc", testimonial: "Transparent and data-backed performance.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
]}
showRating={true}
title="Client Success Stories"
@@ -400,8 +241,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
tag="Get Started"
title="Ready to Rank?"
description="Book your free SEO audit today."
@@ -413,29 +253,19 @@ export default function LandingPage() {
logoText="Starberry"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "SEO Strategy",
href: "#features",
},
label: "SEO Strategy", href: "#features"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
],
},
]}