diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5cb7945..320208c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,39 +11,29 @@ import { Libre_Baskerville } from "next/font/google"; export const metadata: Metadata = { - title: 'Outfitter Style - Discover Your Signature Look', - description: 'Shop modern and responsive fashion for a clean, premium style. Explore curated collections with black, white, and beige aesthetics at Outfitter Style.', + title: 'AR H - Premium Fashion & Luxury Apparel', + description: 'Discover AR H: a curated collection of modern, responsive, premium fashion. Elevate your style with exclusive designs and timeless elegance in black, blue, and grey tones.', openGraph: { - "title": "Outfitter Style - Modern Fashion E-commerce", - "description": "Curated fashion that blends timeless elegance with modern trends. Express yourself with Outfitter Style.", - "url": "https://www.outfitterstyle.com", - "siteName": "Outfitter Style", - "images": [ + "title": "AR H - Premium Fashion & Luxury Apparel", "description": "Experience the fusion of timeless elegance and avant-garde design. AR H offers exclusive fashion for the discerning individual.", "url": "https://www.arh.com", "siteName": "AR H", "images": [ { - "url": "http://img.b2bpic.net/free-photo/portrait-fashionable-robot_23-2151845048.jpg", - "alt": "Model wearing a classic black dress" + "url": "http://img.b2bpic.net/free-photo/young-beautiful-woman-black-dress_158595-364.jpg", "alt": "Model wearing a classic black dress" } ], "type": "website" }, twitter: { - "card": "summary_large_image", - "title": "Outfitter Style - Modern Fashion E-commerce", - "description": "Curated fashion that blends timeless elegance with modern trends. Express yourself with Outfitter Style.", - "images": [ - "http://img.b2bpic.net/free-photo/portrait-fashionable-robot_23-2151845048.jpg" + "card": "summary_large_image", "title": "AR H - Premium Fashion & Luxury Apparel", "description": "Experience the fusion of timeless elegance and avant-garde design. AR H offers exclusive fashion for the discerning individual.", "images": [ + "http://img.b2bpic.net/free-photo/young-beautiful-woman-black-dress_158595-364.jpg" ] }, }; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e20ac1..a15c66b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactText from "@/components/sections/contact/ContactText"; +import FaqBase from "@/components/sections/faq/FaqBase"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; import HeroCentered from "@/components/sections/hero/HeroCentered"; import MediaAbout from "@/components/sections/about/MediaAbout"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; @@ -222,17 +222,17 @@ export default function LandingPage() {
-
- console.log("Subscribed email:", email)} + text="Stay Connected. Join Our Style Community. Sign up for exclusive updates, new arrivals, and special offers. We promise to only send you the best of Outfitter Style." + buttons={[ + { + text: "Subscribe Now", href: "#contact" + } + ]} />