7 Commits

Author SHA1 Message Date
82df947da3 Update src/app/page.tsx 2026-03-04 00:36:00 +00:00
881bf76e69 Update src/app/layout.tsx 2026-03-04 00:35:59 +00:00
c2b4d923c9 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:33:24 +00:00
757a7757a3 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:32:23 +00:00
fe98c11efe Merge version_1 into main
Merge version_1 into main
2026-03-04 00:30:49 +00:00
e419ec22b9 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:29:12 +00:00
ed6f834042 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:27:27 +00:00
2 changed files with 13 additions and 43 deletions

View File

@@ -1,56 +1,27 @@
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 { Source_Sans_3 } 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", subsets: ["latin"], variable: "--font-geist-sans", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
}); });
const inter = Inter({ const geistMono = Geist_Mono({
variable: "--font-inter", subsets: ["latin"], variable: "--font-geist-mono", subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3", subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Archibald Sisters | 150 Custom Fragrances & Artisanal Gifts Since 1975", description: "Discover 150+ custom fragrances, luxe bath products, and unique gifts at Archibald Sisters. Nostalgic Olympia boutique with 50 years of authentic scent and sensory experiences.", keywords: "custom fragrances, artisanal perfume, bath products, unique gifts, Olympia boutique, scent discovery, luxury gifts, nostalgia", metadataBase: new URL("https://archibaldsisisters.com"), title: "Create Next App", description: "Generated by create next app"};
alternates: {
canonical: "https://archibaldsisisters.com"},
openGraph: {
title: "Archibald Sisters | Authentic Scents & Quirky Gifts Since 1975", description: "Discover 150+ custom fragrances, luxe bath products, and unique gifts. Beloved Olympia boutique for sensory experiences and community connection.", url: "https://archibaldsisisters.com", siteName: "Archibald Sisters", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/ceremonial-wedding-candles-with-white-ribbons-engagement-ring-perfume-wooden-floor_8353-10520.jpg", alt: "Archibald Sisters custom fragrances"},
],
},
twitter: {
card: "summary_large_image", title: "Archibald Sisters | Authentic Scents Since 1975", description: "150+ custom fragrances, luxe bath products, and unique gifts from Olympia's beloved boutique.", images: ["http://img.b2bpic.net/free-photo/ceremonial-wedding-candles-with-white-ribbons-engagement-ring-perfume-wooden-floor_8353-10520.jpg"],
},
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}`}>
<body {children}
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}} }}
/> />
</body> </body>
</ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="Authentic Scents & Quirky Gifts" title="Authentic Scents & Quirky Gifts"
description="Discover 150 custom fragrances, luxe bath products, and whimsical gifts crafted for the senses. Shop online or visit our beloved Olympia boutique to experience the magic in person." description="Discover 150 custom fragrances, luxe bath products, and whimsical gifts crafted for the senses. Shop online or visit our beloved Olympia boutique to experience the magic in person."
buttons={[ buttons={[
{ text: "Shop Now", href: "products" }, { text: "Discover Your Scent", href: "products" },
{ text: "Visit Us", href: "contact" } { text: "Visit Us", href: "contact" }
]} ]}
leftCarouselItems={[ leftCarouselItems={[