Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-16 06:56:13 +00:00
5 changed files with 59 additions and 20 deletions

View File

@@ -100,7 +100,7 @@ export default function AboutPage() {
icon: Leaf,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=2"
imageAlt="LuxeBeauty founder and team"
mediaAnimation="slide-up"
imagePosition="right"

View File

@@ -100,7 +100,7 @@ export default function ContactPage() {
icon: MapPin,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=3"
imageAlt="LuxeBeauty customer support team"
mediaAnimation="slide-up"
imagePosition="right"

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "LuxeBeauty - Premium Organic Cosmetics & Skincare",
description: "Discover luxury cosmetics and skincare products made with organic, cruelty-free ingredients. Shop premium makeup and skincare at LuxeBeauty.",
keywords: "premium cosmetics, organic skincare, cruelty-free makeup, luxury beauty products, natural cosmetics",
metadataBase: new URL("https://luxebeauty.com"),
alternates: {
canonical: "https://luxebeauty.com",
},
openGraph: {
title: "LuxeBeauty - Premium Organic Cosmetics",
description: "Experience luxury beauty with our organic, cruelty-free cosmetics collection.",
url: "https://luxebeauty.com",
siteName: "LuxeBeauty",
images: [
{
url: "http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336270.jpg",
alt: "LuxeBeauty Premium Cosmetics Collection",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "LuxeBeauty - Premium Organic Cosmetics",
description: "Discover luxury, organic, cruelty-free beauty products.",
images: ["http://img.b2bpic.net/free-photo/cosmetic-item-with-marijuana-leaves_23-2151336270.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -127,7 +127,7 @@ export default function HomePage() {
price: "$45.00",
rating: 5,
reviewCount: "324",
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166742.jpg?_wi=1",
imageAlt: "Velvet Matte Lipstick in luxury shade",
},
{
@@ -137,7 +137,7 @@ export default function HomePage() {
price: "$65.00",
rating: 5,
reviewCount: "287",
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=1",
imageAlt: "Premium facial serum with hyaluronic acid",
},
{
@@ -147,7 +147,7 @@ export default function HomePage() {
price: "$55.00",
rating: 5,
reviewCount: "412",
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg?_wi=1",
imageAlt: "Flawless foundation with natural finish",
},
]}
@@ -206,7 +206,7 @@ export default function HomePage() {
icon: Leaf,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg?_wi=1"
imageAlt="LuxeBeauty founder and team"
mediaAnimation="slide-up"
imagePosition="right"

View File

@@ -63,7 +63,7 @@ export default function ProductsPage() {
price: "$45.00",
rating: 5,
reviewCount: "324",
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166742.jpg?_wi=2",
imageAlt: "Velvet Matte Lipstick in luxury shade",
},
{
@@ -73,7 +73,7 @@ export default function ProductsPage() {
price: "$65.00",
rating: 5,
reviewCount: "287",
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=2",
imageAlt: "Premium facial serum with hyaluronic acid",
},
{
@@ -83,7 +83,7 @@ export default function ProductsPage() {
price: "$55.00",
rating: 5,
reviewCount: "412",
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg?_wi=2",
imageAlt: "Flawless foundation with natural finish",
},
{
@@ -93,7 +93,7 @@ export default function ProductsPage() {
price: "$58.00",
rating: 5,
reviewCount: "198",
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-skin-beauty-products_23-2148761497.jpg?_wi=3",
imageAlt: "Hydrating moisturizer with natural extracts",
},
{
@@ -103,7 +103,7 @@ export default function ProductsPage() {
price: "$38.00",
rating: 5,
reviewCount: "276",
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/office-desktop-with-lipstick_23-2148166742.jpg?_wi=3",
imageAlt: "Luminous highlighter for radiant glow",
},
{
@@ -113,7 +113,7 @@ export default function ProductsPage() {
price: "$52.00",
rating: 5,
reviewCount: "341",
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/foundation-bottles-advertising-arrangement_23-2149511243.jpg?_wi=3",
imageAlt: "Professional eye shadow palette with 12 shades",
},
];