Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea7d32f613 | |||
| 9f5e62065e | |||
| 2385109bd2 | |||
| 98b3a51a85 | |||
| 6bf17ef27a |
@@ -1,76 +1,28 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
import { Geist, Geist_Mono } from "next/font/google";
|
||||||
import { Inter } from "next/font/google";
|
|
||||||
import { DM_Sans } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|
||||||
import Tag from "@/tag/Tag";
|
|
||||||
|
|
||||||
const halant = Halant({
|
const geist = Geist({
|
||||||
variable: "--font-halant",
|
variable: "--font-geist-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const geistMono = Geist_Mono({
|
||||||
variable: "--font-inter",
|
variable: "--font-geist-mono", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
|
||||||
variable: "--font-dm-sans",
|
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Flaw Studio CRM - Premium Private Architecture System",
|
title: "Flaw Studio CRM", description: "Premium private CRM for architecture studios"};
|
||||||
description: "Bespoke private CRM for architecture studios. Manage projects, clients, finances, and teams with elegant design and powerful functionality.",
|
|
||||||
keywords: "CRM, architecture studio, project management, client management, private system",
|
|
||||||
metadataBase: new URL("https://flawstudio.com"),
|
|
||||||
alternates: {
|
|
||||||
canonical: "https://flawstudio.com",
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Flaw Studio CRM",
|
|
||||||
description: "Premium private CRM for architecture studios",
|
|
||||||
url: "https://flawstudio.com",
|
|
||||||
siteName: "Flaw Studio",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBkGvEZPYZeTm48IBeOo6PwY8/uploaded-1772729510192-kyybu06n.png",
|
|
||||||
alt: "Flaw Studio CRM Dashboard",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image",
|
|
||||||
title: "Flaw Studio CRM",
|
|
||||||
description: "Premium private CRM for architecture studios",
|
|
||||||
images: [
|
|
||||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXBkGvEZPYZeTm48IBeOo6PwY8/uploaded-1772729510192-kyybu06n.png",
|
|
||||||
],
|
|
||||||
},
|
|
||||||
robots: {
|
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||||
<body
|
{children}
|
||||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
__html: `
|
__html: `
|
||||||
@@ -1438,7 +1390,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -80,9 +80,9 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
title="Welcome to Flaw Studio CRM"
|
title="Streamline Architecture Studio Operations & Boost Profitability by 30%"
|
||||||
description="A bespoke private CRM system designed for architecture studios. Manage projects, clients, leads, finances, and team workflows with precision and elegance."
|
description="Increase project profitability by 30% with precision project management, real-time financial tracking, and role-based team workflows. Reduce administrative overhead by 40% while maintaining complete audit trails for every transaction."
|
||||||
tag="Premium Private System"
|
tag="30% Profitability Increase"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -103,7 +103,7 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-95331.jpg", imageAlt: "Invoice Document Financial"},
|
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-95331.jpg", imageAlt: "Invoice Document Financial"},
|
||||||
{
|
{
|
||||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/meeting-calendar-reminder_53876-33657.jpg", imageAlt: "Calendar Schedule Event"},
|
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/meeting-calendar-lead_53876-33657.jpg", imageAlt: "Calendar Schedule Event"},
|
||||||
]}
|
]}
|
||||||
autoPlay={true}
|
autoPlay={true}
|
||||||
autoPlayInterval={5000}
|
autoPlayInterval={5000}
|
||||||
@@ -274,4 +274,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user