Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 18:07:49 +00:00
2 changed files with 44 additions and 65 deletions

View File

@@ -1,57 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Buildara Studios | Modern Web Design & Development", description: "Premium web design and development studio creating high-performance websites for growth-focused businesses. Custom design, fast development, exceptional results.", keywords: "web design, web development, design studio, UI/UX design, digital agency, custom websites, performance-focused", metadataBase: new URL("https://buildara.studios"),
alternates: {
canonical: "https://buildara.studios"},
openGraph: {
title: "Buildara Studios | Modern Web Design & Development", description: "We build websites that perform. Custom design, high-speed development, measurable growth.", type: "website", siteName: "Buildara Studios", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-modern-futuristic-abstract-digital-des-1772647263897-e732cba8.png", alt: "Buildara Studios - Modern Web Design"},
],
},
twitter: {
card: "summary_large_image", title: "Buildara Studios | Web Design & Development", description: "High-performance websites designed for speed, conversion, and growth.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-modern-futuristic-abstract-digital-des-1772647263897-e732cba8.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "Buildara Studios", description: "Modern websites designed for speed, conversion, and growth."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitTestimonial
title="We Build Websites That Perform."
title="Convert More Visitors Into Customers"
description="Modern websites designed for speed, conversion, and growth. We create high-performance digital experiences that drive real business results."
tag="Design Studio"
tagIcon={Sparkles}
@@ -60,13 +60,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Alex Chen", handle: "CEO, TechFlow", testimonial: "Buildara Studios transformed our entire digital presence. Our conversion rate increased by 45% within the first month.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-headshot-of-a-confident-asi-1772647266208-2f178520.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-headshot-of-a-confident-asi-1772647266208-2f178520.png"
},
{
name: "Sarah Martinez", handle: "Founder, GrowthLabs", testimonial: "The level of attention to detail and performance optimization is unmatched. Highly recommended for any serious business.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-headshot-of-a-confident-lat-1772647265901-1fd9946b.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-headshot-of-a-confident-lat-1772647265901-1fd9946b.png"
},
{
name: "James Wilson", handle: "CTO, InnovateCo", testimonial: "They delivered a website that's not just beautiful but incredibly fast. Our page load time dropped from 4.2s to 1.1s.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-headshot-of-a-confident-mal-1772647264163-c6c53518.png"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-headshot-of-a-confident-mal-1772647264163-c6c53518.png"
},
]}
testimonialRotationInterval={5000}
/>
@@ -83,13 +86,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Custom Website Design", description: "Modern, conversion-focused website design that captures your brand essence and engages your audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-beautiful-modern-website-design-mockup-1772647266515-82034b5e.png", imageAlt: "Custom website design showcase"},
title: "Custom Website Design", description: "Modern, conversion-focused website design that captures your brand essence and engages your audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-beautiful-modern-website-design-mockup-1772647266515-82034b5e.png", imageAlt: "Custom website design showcase"
},
{
title: "Web Development", description: "Fast, responsive, and scalable websites built with cutting-edge technologies for optimal performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-developer-workspace-showing-multiple-m-1772647265032-54dfd586.png", imageAlt: "Web development process"},
title: "Web Development", description: "Fast, responsive, and scalable websites built with cutting-edge technologies for optimal performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-developer-workspace-showing-multiple-m-1772647265032-54dfd586.png", imageAlt: "Web development process"
},
{
title: "UI/UX Design", description: "Beautiful interfaces optimized for user experience, accessibility, and seamless interactions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-ui-ux-design-interface-showing-multipl-1772647265287-680622b0.png", imageAlt: "UI/UX design interface"},
title: "UI/UX Design", description: "Beautiful interfaces optimized for user experience, accessibility, and seamless interactions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-ui-ux-design-interface-showing-multipl-1772647265287-680622b0.png", imageAlt: "UI/UX design interface"
},
{
title: "Brand & Digital Presence", description: "Helping businesses establish a strong online identity through strategic branding and digital positioning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-brand-identity-mockup-showing-logo-var-1772647267140-33cc81bd.png", imageAlt: "Brand identity and digital presence"},
title: "Brand & Digital Presence", description: "Helping businesses establish a strong online identity through strategic branding and digital positioning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-brand-identity-mockup-showing-logo-var-1772647267140-33cc81bd.png", imageAlt: "Brand identity and digital presence"
},
]}
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
@@ -107,13 +114,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "EcoFlow Analytics Platform", description: "A comprehensive analytics dashboard for sustainable energy tracking with real-time data visualization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-sophisticated-analytics-dashboard-inte-1772647264615-a882be2c.png", imageAlt: "EcoFlow analytics platform", button: { text: "View Project", href: "#" },
title: "EcoFlow Analytics Platform", description: "A comprehensive analytics dashboard for sustainable energy tracking with real-time data visualization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-sophisticated-analytics-dashboard-inte-1772647264615-a882be2c.png", imageAlt: "EcoFlow analytics platform", button: { text: "View Project", href: "#" }
},
{
title: "NextGen Commerce", description: "High-performance e-commerce platform with AI-powered recommendations and optimized checkout flow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-high-performance-e-commerce-platform-i-1772647264694-843753d3.png", imageAlt: "NextGen e-commerce platform", button: { text: "View Project", href: "#" },
title: "NextGen Commerce", description: "High-performance e-commerce platform with AI-powered recommendations and optimized checkout flow.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-high-performance-e-commerce-platform-i-1772647264694-843753d3.png", imageAlt: "NextGen e-commerce platform", button: { text: "View Project", href: "#" }
},
{
title: "FinServe Solutions", description: "Fintech dashboard with advanced security features and intuitive financial management tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-fintech-dashboard-showing-financial-da-1772647264442-c1e4f263.png", imageAlt: "FinServe fintech dashboard", button: { text: "View Project", href: "#" },
title: "FinServe Solutions", description: "Fintech dashboard with advanced security features and intuitive financial management tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-fintech-dashboard-showing-financial-da-1772647264442-c1e4f263.png", imageAlt: "FinServe fintech dashboard", button: { text: "View Project", href: "#" }
},
]}
gridVariant="uniform-all-items-equal"
@@ -147,13 +154,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "01", description: "Discovery: We analyze your business, market, and audience to create a strategic foundation for your project."},
id: "1", value: "01", description: "Discovery: We analyze your business, market, and audience to create a strategic foundation for your project."
},
{
id: "2", value: "02", description: "Design: Our team creates stunning, user-centered designs that balance aesthetics with functionality."},
id: "2", value: "02", description: "Design: Our team creates stunning, user-centered designs that balance aesthetics with functionality."
},
{
id: "3", value: "03", description: "Development: We build fast, scalable, and maintainable code using modern technologies and best practices."},
id: "3", value: "03", description: "Development: We build fast, scalable, and maintainable code using modern technologies and best practices."
},
{
id: "4", value: "04", description: "Launch: We deploy your project with comprehensive testing, optimization, and ongoing support."},
id: "4", value: "04", description: "Launch: We deploy your project with comprehensive testing, optimization, and ongoing support."
},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -171,17 +182,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Alex Chen, CEO of TechFlow", date: "Date: November 15, 2024", title: "Transformed our entire digital presence", quote: "Buildara Studios completely transformed our website. The design is stunning, the performance is exceptional, and our conversion rate increased by 45% within weeks. They truly understand modern web development.", tag: "Enterprise Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-an-asian-male-ceo-1772647263947-5fa709fb.png", avatarAlt: "Alex Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-modern-tech-platform-dashboard-interfa-1772647266742-bf4d6e26.png", imageAlt: "TechFlow project showcase"},
id: "1", name: "Alex Chen, CEO of TechFlow", date: "Date: November 15, 2024", title: "Transformed our entire digital presence", quote: "Buildara Studios completely transformed our website. The design is stunning, the performance is exceptional, and our conversion rate increased by 45% within weeks. They truly understand modern web development.", tag: "Enterprise Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-an-asian-male-ceo-1772647263947-5fa709fb.png", avatarAlt: "Alex Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-modern-tech-platform-dashboard-interfa-1772647266742-bf4d6e26.png", imageAlt: "TechFlow project showcase"
},
{
id: "2", name: "Sarah Martinez, Founder of GrowthLabs", date: "Date: October 28, 2024", title: "Exceptional attention to detail", quote: "Working with Buildara Studios was a game-changer. The level of attention to detail in both design and development is unmatched. They went above and beyond our expectations.", tag: "Startup Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-latina-woman-fo-1772647264265-12cd87bb.png", avatarAlt: "Sarah Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-growth-focused-analytics-platform-show-1772647265537-39d30978.png", imageAlt: "GrowthLabs project showcase"},
id: "2", name: "Sarah Martinez, Founder of GrowthLabs", date: "Date: October 28, 2024", title: "Exceptional attention to detail", quote: "Working with Buildara Studios was a game-changer. The level of attention to detail in both design and development is unmatched. They went above and beyond our expectations.", tag: "Startup Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-latina-woman-fo-1772647264265-12cd87bb.png", avatarAlt: "Sarah Martinez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-growth-focused-analytics-platform-show-1772647265537-39d30978.png", imageAlt: "GrowthLabs project showcase"
},
{
id: "3", name: "James Wilson, CTO of InnovateCo", date: "Date: September 12, 2024", title: "Performance optimization experts", quote: "The team delivered a website that's not just beautiful but incredibly performant. Our page load time dropped from 4.2 seconds to 1.1 seconds. Highly recommended.", tag: "Enterprise Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-male-cto-in-his-1772647264285-8a41c48a.png", avatarAlt: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-high-performance-software-interface-sh-1772647265604-5848f9e0.png", imageAlt: "InnovateCo project showcase"},
id: "3", name: "James Wilson, CTO of InnovateCo", date: "Date: September 12, 2024", title: "Performance optimization experts", quote: "The team delivered a website that's not just beautiful but incredibly performant. Our page load time dropped from 4.2 seconds to 1.1 seconds. Highly recommended.", tag: "Enterprise Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-male-cto-in-his-1772647264285-8a41c48a.png", avatarAlt: "James Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-high-performance-software-interface-sh-1772647265604-5848f9e0.png", imageAlt: "InnovateCo project showcase"
},
{
id: "4", name: "Emily Rodriguez, Product Lead at DesignHub", date: "Date: August 5, 2024", title: "Seamless collaboration and delivery", quote: "The collaboration process was seamless from start to finish. They communicated clearly, met deadlines, and delivered a product that exceeded all our expectations.", tag: "Standard Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-female-product--1772647263866-a11bb65b.png", avatarAlt: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-creative-design-hub-platform-showcasin-1772647265418-8bc3e978.png", imageAlt: "DesignHub project showcase"},
id: "4", name: "Emily Rodriguez, Product Lead at DesignHub", date: "Date: August 5, 2024", title: "Seamless collaboration and delivery", quote: "The collaboration process was seamless from start to finish. They communicated clearly, met deadlines, and delivered a product that exceeded all our expectations.", tag: "Standard Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-female-product--1772647263866-a11bb65b.png", avatarAlt: "Emily Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-creative-design-hub-platform-showcasin-1772647265418-8bc3e978.png", imageAlt: "DesignHub project showcase"
},
{
id: "5", name: "David Park, CEO of DataViz Solutions", date: "Date: July 22, 2024", title: "Turned our vision into reality", quote: "We had a complex vision for our platform, and Buildara Studios turned it into reality. Their expertise in both design and technical implementation is impressive.", tag: "Enterprise Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-an-asian-male-ceo-1772647264657-703e929e.png", avatarAlt: "David Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-sophisticated-data-visualization-platf-1772647266243-546f20d5.png", imageAlt: "DataViz Solutions project showcase"},
id: "5", name: "David Park, CEO of DataViz Solutions", date: "Date: July 22, 2024", title: "Turned our vision into reality", quote: "We had a complex vision for our platform, and Buildara Studios turned it into reality. Their expertise in both design and technical implementation is impressive.", tag: "Enterprise Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-an-asian-male-ceo-1772647264657-703e929e.png", avatarAlt: "David Park", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-sophisticated-data-visualization-platf-1772647266243-546f20d5.png", imageAlt: "DataViz Solutions project showcase"
},
{
id: "6", name: "Lisa Thompson, Marketing Director at BrandCo", date: "Date: June 18, 2024", title: "Partners who care about your success", quote: "Buildara Studios feels like true partners invested in our success. They provided strategic insights, not just design deliverables. Worth every investment.", tag: "Growth Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-female-marketin-1772647265013-079b871d.png", avatarAlt: "Lisa Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-brand-experience-platform-showing-mark-1772647264245-f07f1221.png", imageAlt: "BrandCo project showcase"},
id: "6", name: "Lisa Thompson, Marketing Director at BrandCo", date: "Date: June 18, 2024", title: "Partners who care about your success", quote: "Buildara Studios feels like true partners invested in our success. They provided strategic insights, not just design deliverables. Worth every investment.", tag: "Growth Plan", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/professional-avatar-of-a-female-marketin-1772647265013-079b871d.png", avatarAlt: "Lisa Thompson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUVR5w3z42yb6Pi8yIQpMxiIBb/a-brand-experience-platform-showing-mark-1772647264245-f07f1221.png", imageAlt: "BrandCo project showcase"
},
]}
/>
</div>