Merge version_2 into main #4
@@ -1,58 +1,16 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Inter_Tight } 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 interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Flóraison | Plantable Pencils for a Sustainable Future", description: "Discover Flóraison—plantable pencils made from recycled newspaper with biodegradable seed capsules. Write today, grow tomorrow. Join the sustainability movement.", keywords: "plantable pencil, sustainable writing, eco-friendly pencil, biodegradable, recycled newspaper, seed pencil, environmental product, sustainable innovation", metadataBase: new URL("https://flóraison.com"),
|
||||
alternates: {
|
||||
canonical: "https://flóraison.com"},
|
||||
openGraph: {
|
||||
title: "Flóraison | Where Words Take Root", description: "Transform your writing into environmental action. Flóraison plantable pencils combine premium quality with genuine sustainability impact.", url: "https://flóraison.com", siteName: "Flóraison", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-stationery-elements-grey-background_23-2148851492.jpg", alt: "Flóraison plantable pencil transforming into a growing plant"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Flóraison | Plantable Pencils", description: "Write with purpose. Plant with impact. Discover sustainable writing that grows into real environmental change.", images: ["http://img.b2bpic.net/free-photo/top-view-arrangement-with-stationery-elements-grey-background_23-2148851492.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Flóraison | Plantable Pencils", description: "Transform your writing into environmental impact with Flóraison plantable pencils made from 100% recycled newspaper."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1420,7 +1378,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -10,8 +10,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import { Sprout, Leaf, Package, Trash2, AlertTriangle, Droplet, Recycle, PenTool, BookOpen, Shovel, Sun, Flower2, Globe, Mail, Award, Users, Lock, Bell, CheckCircle, Shield, Zap } from "lucide-react";
|
||||
import { Sprout, Leaf, Package, Trash2, AlertTriangle, Droplet, Recycle, PenTool, BookOpen, Shovel, Sun, Flower2, Globe, Mail, Users, Lock, Bell, CheckCircle, Shield, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -266,23 +265,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by Environmental Leaders"
|
||||
description="Flóraison is endorsed by sustainability organizations and environmental advocates worldwide."
|
||||
tag="Partnerships"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Green Initiative", "EcoEducators Alliance", "Sustainable Schools Network", "Plant Restoration Foundation", "Carbon Neutral Collective", "Earth Stewards Organization", "Future Forests Project", "Green Innovation Hub"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="Stories from Our Community"
|
||||
|
||||
Reference in New Issue
Block a user