Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-06 16:06:27 +00:00
3 changed files with 18 additions and 53 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

@@ -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;
--background: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #d4621f;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta: #e7eecd;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
--accent: #d4621f;
--background-accent: #f4a562;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);