Merge version_1 into main #1
@@ -51,7 +51,7 @@ export default function AboutPage() {
|
||||
{ value: "50+", title: "Artisan Partners" },
|
||||
{ value: "10k+", title: "Happy Customers" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tropical-arrangement-fruit-straw-hat_23-2148109209.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tropical-arrangement-fruit-straw-hat_23-2148109209.jpg?_wi=2"
|
||||
imageAlt="tropical beach luxury lifestyle collection"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -83,7 +83,7 @@ export default function AboutPage() {
|
||||
price: "$189.99",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg?_wi=4",
|
||||
imageAlt: "premium silk resort dress turquoise ocean"
|
||||
},
|
||||
{
|
||||
@@ -93,7 +93,7 @@ export default function AboutPage() {
|
||||
price: "$149.99",
|
||||
rating: 5,
|
||||
reviewCount: "518",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=4",
|
||||
imageAlt: "sustainable eco-friendly luxury swimwear"
|
||||
},
|
||||
{
|
||||
@@ -103,7 +103,7 @@ export default function AboutPage() {
|
||||
price: "$129.99",
|
||||
rating: 4,
|
||||
reviewCount: "267",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg?_wi=4",
|
||||
imageAlt: "luxury coastal throw pillow home decor"
|
||||
}
|
||||
]}
|
||||
@@ -128,7 +128,7 @@ export default function AboutPage() {
|
||||
role: "Travel Blogger",
|
||||
company: "Wanderlust Chronicles",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg?_wi=2",
|
||||
imageAlt: "happy travel blogger portrait woman"
|
||||
},
|
||||
{
|
||||
@@ -137,7 +137,7 @@ export default function AboutPage() {
|
||||
role: "Resort Manager",
|
||||
company: "Island Luxury Hotels",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-businessman-having-his-arms-crossed_23-2148763885.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-businessman-having-his-arms-crossed_23-2148763885.jpg?_wi=2",
|
||||
imageAlt: "professional man resort manager portrait"
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function AboutPage() {
|
||||
role: "Fashion Influencer",
|
||||
company: "Style & Travel",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg?_wi=2",
|
||||
imageAlt: "fashion influencer woman portrait smile"
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Public_Sans } 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 { Public_Sans } 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 publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Tropical Paradise - Luxury Caribbean E-Commerce",
|
||||
description: "Shop premium tropical collection inspired by Caribbean luxury. Sustainable resort wear, home accents & lifestyle products. Free shipping, 30-day returns.",
|
||||
keywords: "tropical paradise, caribbean luxury, resort wear, sustainable fashion, tropical home decor, island lifestyle",
|
||||
metadataBase: new URL("https://tropicalparadise.com"),
|
||||
alternates: {
|
||||
canonical: "https://tropicalparadise.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Tropical Paradise - Caribbean Luxury Experience",
|
||||
description: "Discover exclusive tropical collection inspired by island luxury. Shop resort wear, home decor & lifestyle products.",
|
||||
url: "https://tropicalparadise.com",
|
||||
siteName: "Tropical Paradise",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/sweet-summer-fresh-wood-dessert_1203-5568.jpg",
|
||||
alt: "Tropical Paradise Caribbean Beach",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Tropical Paradise - Caribbean Luxury",
|
||||
description: "Shop luxury tropical collection inspired by island paradise",
|
||||
images: ["http://img.b2bpic.net/free-photo/sweet-summer-fresh-wood-dessert_1203-5568.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={`${publicSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -113,7 +113,7 @@ export default function HomePage() {
|
||||
title: "Happy Customers",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tropical-arrangement-fruit-straw-hat_23-2148109209.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tropical-arrangement-fruit-straw-hat_23-2148109209.jpg?_wi=1"
|
||||
imageAlt="Tropical paradise collection of premium products"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -147,7 +147,7 @@ export default function HomePage() {
|
||||
price: "$189.99",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg?_wi=1",
|
||||
imageAlt: "Premium silk resort dress in turquoise",
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function HomePage() {
|
||||
price: "$149.99",
|
||||
rating: 5,
|
||||
reviewCount: "518",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=1",
|
||||
imageAlt: "Eco-friendly luxury swimwear",
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function HomePage() {
|
||||
price: "$129.99",
|
||||
rating: 4,
|
||||
reviewCount: "267",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg?_wi=1",
|
||||
imageAlt: "Luxurious coastal themed home pillows",
|
||||
},
|
||||
]}
|
||||
@@ -270,7 +270,7 @@ export default function HomePage() {
|
||||
role: "Travel Blogger",
|
||||
company: "Wanderlust Chronicles",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg?_wi=1",
|
||||
imageAlt: "Sarah Mitchell travel blogger",
|
||||
},
|
||||
{
|
||||
@@ -279,7 +279,7 @@ export default function HomePage() {
|
||||
role: "Resort Manager",
|
||||
company: "Island Luxury Hotels",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-businessman-having-his-arms-crossed_23-2148763885.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-businessman-having-his-arms-crossed_23-2148763885.jpg?_wi=1",
|
||||
imageAlt: "James Chen resort manager",
|
||||
},
|
||||
{
|
||||
@@ -288,7 +288,7 @@ export default function HomePage() {
|
||||
role: "Fashion Influencer",
|
||||
company: "Style & Travel",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg?_wi=1",
|
||||
imageAlt: "Maria Gonzalez fashion influencer",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -95,7 +95,7 @@ export default function ShopPage() {
|
||||
price: "$189.99",
|
||||
rating: 5,
|
||||
reviewCount: "342",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg?_wi=2",
|
||||
imageAlt: "Premium silk resort dress in turquoise",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function ShopPage() {
|
||||
price: "$149.99",
|
||||
rating: 5,
|
||||
reviewCount: "518",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=2",
|
||||
imageAlt: "Eco-friendly luxury swimwear",
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function ShopPage() {
|
||||
price: "$129.99",
|
||||
rating: 4,
|
||||
reviewCount: "267",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg?_wi=2",
|
||||
imageAlt: "Luxurious coastal themed home pillows",
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function ShopPage() {
|
||||
price: "$99.99",
|
||||
rating: 5,
|
||||
reviewCount: "289",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-face-covered-by-veil-beach_23-2149460618.jpg?_wi=3",
|
||||
imageAlt: "Lightweight linen beach shirt",
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function ShopPage() {
|
||||
price: "$79.99",
|
||||
rating: 5,
|
||||
reviewCount: "421",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=3",
|
||||
imageAlt: "Elegant woven beach bag",
|
||||
},
|
||||
{
|
||||
@@ -145,7 +145,7 @@ export default function ShopPage() {
|
||||
price: "$159.99",
|
||||
rating: 4,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cup-tea-decor-items-light-wooden-table-top-view_169016-3980.jpg?_wi=3",
|
||||
imageAlt: "Premium tropical wall art collection",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user