13 Commits

Author SHA1 Message Date
277ad29914 Merge version_3 into main
Merge version_3 into main
2026-03-06 16:18:06 +00:00
58bce708cb Update theme colors 2026-03-06 16:18:00 +00:00
ffc0ed175c Merge version_3 into main
Merge version_3 into main
2026-03-06 16:17:54 +00:00
772f6fbcbd Update theme colors 2026-03-06 16:17:48 +00:00
24f8157f74 Merge version_3 into main
Merge version_3 into main
2026-03-06 16:13:29 +00:00
86f2b7e6a6 Update src/app/page.tsx 2026-03-06 16:13:25 +00:00
7e1fe45ffb Merge version_2 into main
Merge version_2 into main
2026-03-06 16:06:26 +00:00
877fa04091 Update src/app/styles/variables.css 2026-03-06 16:06:22 +00:00
727cf01c61 Update src/app/page.tsx 2026-03-06 16:06:21 +00:00
00b77254fc Update src/app/layout.tsx 2026-03-06 16:06:21 +00:00
6ef1874546 Merge version_1 into main
Merge version_1 into main
2026-03-06 15:59:56 +00:00
0342e316ef Merge version_1 into main
Merge version_1 into main
2026-03-06 15:58:55 +00:00
f47e600e4a Merge version_1 into main
Merge version_1 into main
2026-03-06 15:57:44 +00:00
3 changed files with 21 additions and 56 deletions

View File

@@ -1,57 +1,21 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { DM_Sans } from "next/font/google";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Ovinest Agency - Professional Branding & Logo Design", description: "Get professional logo design, branding, packaging, and social media design services. 5.0 ⭐ rated creative agency. Call +880 1783-382857 for free consultation.", keywords: "logo design, branding agency, brand identity, packaging design, graphic design, creative agency, Bangladesh", metadataBase: new URL("https://ovinest.com"),
alternates: {
canonical: "https://ovinest.com"},
openGraph: {
title: "Ovinest Agency - Build Your Brand", description: "Professional branding and design services that help businesses stand out and grow. Get started today.", siteName: "Ovinest Agency", type: "website", url: "https://ovinest.com", images: [
{
url: "http://img.b2bpic.net/free-photo/business-team-working-busy-workplace-concept_53876-137638.jpg", alt: "Ovinest creative branding agency"},
],
},
twitter: {
card: "summary_large_image", title: "Ovinest Agency - Professional Branding", description: "Professional logo design and branding solutions for businesses.", images: ["http://img.b2bpic.net/free-photo/business-team-working-busy-workplace-concept_53876-137638.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Ovinest - Professional Branding & Design Agency", description: "Professional logo design, branding, and visual identity systems that help businesses stand out and grow."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={dmSans.variable}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="Ovinest"
description="Professional logo design, branding, and visual identity systems that help businesses stand out and grow."
buttons={[
{ text: "📞 Call Now", href: "tel:+8801783382857" },
{ text: "Start Free Brand Audit", href: "#contact" },
{ text: "📩 Get Free Consultation", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/business-team-working-busy-workplace-concept_53876-137638.jpg?_wi=1"
@@ -205,7 +205,9 @@ export default function LandingPage() {
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "phone", type: "tel", placeholder: "Your Phone (WhatsApp)", required: true },
{ name: "serviceNeeded", type: "text", placeholder: "Service Needed (Logo, Branding, Packaging, etc.)", required: true },
{
name: "serviceNeeded", type: "text", placeholder: "Service Needed (Logo, Branding, Packaging, etc.)", required: true,
},
]}
textarea={{
name: "projectDetails", placeholder: "Tell us about your project and vision...", rows: 5,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);