Merge version_2 into main #2
@@ -5,31 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ZARBAFT ROYALE - Premium Luxury Fashion",
|
||||
description: "Discover timeless elegance with ZARBAFT ROYALE's curated collection of premium luxury apparel. Crafted with precision, designed for sophistication.",
|
||||
keywords: "luxury fashion, premium apparel, designer clothing, high-end collection, elegant wear",
|
||||
metadataBase: new URL("https://zarbaft-royale.com"),
|
||||
title: "ZARBAFT ROYALE - Premium Luxury Fashion", description: "Discover timeless elegance with ZARBAFT ROYALE's curated collection of premium luxury apparel. Crafted with precision, designed for sophistication.", keywords: "luxury fashion, premium apparel, designer clothing, high-end collection, elegant wear", metadataBase: new URL("https://zarbaft-royale.com"),
|
||||
alternates: {
|
||||
canonical: "https://zarbaft-royale.com",
|
||||
},
|
||||
canonical: "https://zarbaft-royale.com"},
|
||||
openGraph: {
|
||||
title: "ZARBAFT ROYALE - Premium Luxury Fashion",
|
||||
description: "Experience unparalleled quality and exclusive designs from ZARBAFT ROYALE. Luxury fashion for the discerning few.",
|
||||
url: "https://zarbaft-royale.com",
|
||||
siteName: "ZARBAFT ROYALE",
|
||||
type: "website",
|
||||
},
|
||||
title: "ZARBAFT ROYALE - Premium Luxury Fashion", description: "Experience unparalleled quality and exclusive designs from ZARBAFT ROYALE. Luxury fashion for the discerning few.", url: "https://zarbaft-royale.com", siteName: "ZARBAFT ROYALE", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "ZARBAFT ROYALE - Premium Luxury Fashion",
|
||||
description: "Discover timeless elegance with ZARBAFT ROYALE's curated collection of premium luxury apparel.",
|
||||
},
|
||||
card: "summary_large_image", title: "ZARBAFT ROYALE - Premium Luxury Fashion", description: "Discover timeless elegance with ZARBAFT ROYALE's curated collection of premium luxury apparel."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -1418,4 +1405,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
138
src/app/page.tsx
138
src/app/page.tsx
@@ -49,33 +49,19 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=1",
|
||||
imageAlt: "Premium luxury product 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=1", imageAlt: "Premium luxury product 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=2",
|
||||
imageAlt: "Premium luxury product 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=2", imageAlt: "Premium luxury product 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg?_wi=1",
|
||||
imageAlt: "Premium luxury product 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thimble-silk-high-angle_23-2148897940.jpg?_wi=1", imageAlt: "Premium luxury product 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1",
|
||||
imageAlt: "Premium luxury product 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1", imageAlt: "Premium luxury product 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=3",
|
||||
imageAlt: "Premium luxury product 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=3", imageAlt: "Premium luxury product 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=4",
|
||||
imageAlt: "Premium luxury product 6",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=4", imageAlt: "Premium luxury product 6"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dark-blue-silk-fabric-drapes-with-elegant-folds_84443-73639.jpg?_wi=1",
|
||||
imageAlt: "Premium luxury product 7",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-dark-blue-silk-fabric-drapes-with-elegant-folds_84443-73639.jpg?_wi=1", imageAlt: "Premium luxury product 7"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "/products" },
|
||||
@@ -108,25 +94,21 @@ export default function HomePage() {
|
||||
tag="Quality Assurance"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Premium Materials",
|
||||
author: "Sourced Globally",
|
||||
description:
|
||||
"Each piece is crafted from the finest materials sourced from premium suppliers around the world, ensuring uncompromising quality and durability.",
|
||||
tags: ["Quality", "Luxury"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=6",
|
||||
imageAlt: "Premium material showcase",
|
||||
},
|
||||
id: "1", title: "Premium Materials", author: "Sourced Globally", description:
|
||||
"Each piece is crafted from the finest materials sourced from premium suppliers around the world, ensuring uncompromising quality and durability.", tags: ["Quality", "Luxury"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=6", imageAlt: "Premium material showcase"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Craftsmanship",
|
||||
author: "Artisan Technique",
|
||||
description:
|
||||
"Our master craftspeople bring decades of expertise to every stitch, creating garments that transcend trends and endure through time.",
|
||||
tags: ["Craftsmanship", "Heritage"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg?_wi=1",
|
||||
imageAlt: "Expert craftsmanship detail",
|
||||
},
|
||||
id: "2", title: "Expert Craftsmanship", author: "Artisan Technique", description:
|
||||
"Our master craftspeople bring decades of expertise to every stitch, creating garments that transcend trends and endure through time.", tags: ["Craftsmanship", "Heritage"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gorgeous-girl-lace-dress-bending-backward_7502-9033.jpg?_wi=1", imageAlt: "Expert craftsmanship detail"},
|
||||
{
|
||||
id: "3", title: "Exclusive Collections", author: "Limited Edition", description:
|
||||
"Our carefully curated collections feature limited-edition pieces designed by renowned luxury artisans, ensuring each purchase is a unique investment in timeless style.", tags: ["Exclusive", "Limited"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=8", imageAlt: "Exclusive collection showcase"},
|
||||
{
|
||||
id: "4", title: "Sustainable Practices", author: "Ethical Luxury", description:
|
||||
"We are committed to sustainability and ethical sourcing, ensuring that every garment is produced with respect for the environment and fair labor practices.", tags: ["Sustainable", "Ethical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=9", imageAlt: "Sustainable luxury fashion"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -140,65 +122,29 @@ export default function HomePage() {
|
||||
description="Discover what our satisfied customers say about their ZARBAFT ROYALE experience"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Amira Khan",
|
||||
handle: "@amirakhan",
|
||||
testimonial:
|
||||
"The quality and elegance of ZARBAFT ROYALE pieces are unmatched. Every detail reflects true luxury and sophistication. I'm a customer for life.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg",
|
||||
imageAlt: "Amira Khan",
|
||||
},
|
||||
id: "1", name: "Amira Khan", handle: "@amirakhan", testimonial:
|
||||
"The quality and elegance of ZARBAFT ROYALE pieces are unmatched. Every detail reflects true luxury and sophistication. I'm a customer for life.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", imageAlt: "Amira Khan"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hassan Malik",
|
||||
handle: "@hassanmalik",
|
||||
testimonial:
|
||||
"Outstanding collection and exceptional customer service. The size guide was incredibly helpful, and delivery was faster than expected.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-classy-suit_1303-20268.jpg",
|
||||
imageAlt: "Hassan Malik",
|
||||
},
|
||||
id: "2", name: "Hassan Malik", handle: "@hassanmalik", testimonial:
|
||||
"Outstanding collection and exceptional customer service. The size guide was incredibly helpful, and delivery was faster than expected.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-classy-suit_1303-20268.jpg", imageAlt: "Hassan Malik"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Saira Ahmad",
|
||||
handle: "@sairaahmad",
|
||||
testimonial:
|
||||
"I've purchased from many luxury brands, but ZARBAFT ROYALE stands out for its impeccable craftsmanship and attention to detail.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg",
|
||||
imageAlt: "Saira Ahmad",
|
||||
},
|
||||
id: "3", name: "Saira Ahmad", handle: "@sairaahmad", testimonial:
|
||||
"I've purchased from many luxury brands, but ZARBAFT ROYALE stands out for its impeccable craftsmanship and attention to detail.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg", imageAlt: "Saira Ahmad"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Faisal Ahmed",
|
||||
handle: "@faisalahmed",
|
||||
testimonial:
|
||||
"The AI chat support answered all my sizing questions perfectly. The checkout process was smooth and the packaging was pristine.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg",
|
||||
imageAlt: "Faisal Ahmed",
|
||||
},
|
||||
id: "4", name: "Faisal Ahmed", handle: "@faisalahmed", testimonial:
|
||||
"The AI chat support answered all my sizing questions perfectly. The checkout process was smooth and the packaging was pristine.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg", imageAlt: "Faisal Ahmed"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Zainab Hassan",
|
||||
handle: "@zainabhassan",
|
||||
testimonial:
|
||||
"Every piece in my collection is a masterpiece. ZARBAFT ROYALE has redefined what luxury means to me. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg",
|
||||
imageAlt: "Zainab Hassan",
|
||||
},
|
||||
id: "5", name: "Zainab Hassan", handle: "@zainabhassan", testimonial:
|
||||
"Every piece in my collection is a masterpiece. ZARBAFT ROYALE has redefined what luxury means to me. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "Zainab Hassan"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Omar Farooq",
|
||||
handle: "@omarfarooq",
|
||||
testimonial:
|
||||
"Premium quality at its finest. The attention to detail in every garment is extraordinary. Worth every penny.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg",
|
||||
imageAlt: "Omar Farooq",
|
||||
},
|
||||
id: "6", name: "Omar Farooq", handle: "@omarfarooq", testimonial:
|
||||
"Premium quality at its finest. The attention to detail in every garment is extraordinary. Worth every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-male-dressed-suit-dark-grey-background_613910-14130.jpg", imageAlt: "Omar Farooq"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -217,9 +163,7 @@ export default function HomePage() {
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help...",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Tell us how we can help...", rows: 5,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-handsome-man-choosing-cloth-shop_1303-19847.jpg?_wi=7"
|
||||
@@ -239,4 +183,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user