diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be30428..73a132a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const plusJakartaSans = Plus_Jakarta_Sans({ - variable: "--font-plus-jakarta-sans", - subsets: ["latin"], + variable: "--font-plus-jakarta-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Local Brewery - Craft Beer & Brewing Excellence", - description: "Discover exceptional craft beers brewed locally with premium ingredients. Visit our brewery for tours, tastings, and community events. Join our beer enthusiasts today!", - keywords: "craft beer, local brewery, craft brewing, IPA, lager, stout, brewery tours, local beer", - metadataBase: new URL("https://localbrewery.com"), + title: "Turtles: A Comprehensive Science Project", description: "Explore the fascinating world of turtles through this comprehensive science project. Learn about turtle biology, species, habitats, behavior, and conservation efforts.", keywords: "turtles, turtle science, turtle biology, reptiles, shell, turtle species, turtle conservation, turtle habitat", metadataBase: new URL("https://turtlesproject.com"), alternates: { - canonical: "https://localbrewery.com" + canonical: "https://turtlesproject.com" }, openGraph: { - title: "Local Brewery - Premium Craft Beers", - description: "Experience exceptional craft beer brewed with passion. Locally-sourced ingredients, sustainable practices, and award-winning flavors.", - url: "https://localbrewery.com", - siteName: "Local Brewery", - type: "website", - images: [ + title: "Turtles: A Comprehensive Science Project", description: "Discover the amazing world of turtles - their biology, diversity, habitats, and the importance of conservation.", url: "https://turtlesproject.com", siteName: "Turtles Science Project", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", - alt: "Local brewery craft beer and brewing facility" + url: "https://images.unsplash.com/photo-1600088113235-cd37b53919d9?w=1200&h=630&fit=crop", alt: "Turtle in natural habitat" } ] }, twitter: { - card: "summary_large_image", - title: "Local Brewery - Craft Beer Crafted with Passion", - description: "Join our community of craft beer enthusiasts. Premium beers, brewery tours, and local events.", - images: ["https://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg"] + card: "summary_large_image", title: "Turtles: A Comprehensive Science Project", description: "Explore the fascinating world of turtles through science and discovery.", images: ["https://images.unsplash.com/photo-1600088113235-cd37b53919d9?w=1200&h=630&fit=crop"] }, robots: { index: true, @@ -1277,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index abfa08b..3e8f495 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,11 +1,10 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Beer } from "lucide-react"; +import { Turtle, BookOpen, Leaf, Heart } from "lucide-react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from "next/link"; export default function HomePage() { return ( @@ -23,47 +22,46 @@ export default function HomePage() { >
); -} \ No newline at end of file +}