Merge version_2 into main #4
@@ -1,59 +1,28 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "AURUM - Premium Gold Trading in UAE | Buy & Sell Gold",
|
||||
description: "Professional gold trading platform for clients and partners in the UAE. Secure, transparent, and competitive precious metal trading with vault storage and fast delivery.",
|
||||
keywords: "gold trading UAE, buy gold Dubai, sell gold, precious metals, gold bullion, trading platform",
|
||||
metadataBase: new URL("https://aurum-gold.ae"),
|
||||
alternates: {
|
||||
canonical: "https://aurum-gold.ae",
|
||||
},
|
||||
openGraph: {
|
||||
title: "AURUM - Premium Gold Trading Platform UAE",
|
||||
description: "Trusted gold trading solutions for businesses and investors across the Middle East",
|
||||
url: "https://aurum-gold.ae",
|
||||
siteName: "AURUM Gold Trading",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/closeup-shot-pile-shiny-gold-coins-bars_181624-60854.jpg",
|
||||
alt: "AURUM Gold Trading - Premium Bullion",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "AURUM - Gold Trading UAE",
|
||||
description: "Professional precious metal trading platform",
|
||||
images: ["http://img.b2bpic.net/free-photo/closeup-shot-pile-shiny-gold-coins-bars_181624-60854.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "AURUM - Premium Gold Trading Solutions", description: "Secure, transparent, and professional precious metal trading with competitive rates across the UAE."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1421,7 +1390,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,11 +84,14 @@ export default function HomePage() {
|
||||
description="Comprehensive gold trading and investment solutions tailored for professionals"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Secure Trading Platform", description: "Advanced real-time trading platform with encrypted transactions and 24/7 monitoring", tag: "Trading", imageSrc: "http://img.b2bpic.net/free-photo/business-files-desk-notebook-showing-forex-trading-indexes-prices_482257-84924.jpg", imageAlt: "Trading platform interface"},
|
||||
id: "1", title: "Secure Trading Platform", description: "Advanced real-time trading platform with encrypted transactions and 24/7 monitoring", tag: "Trading", imageSrc: "http://img.b2bpic.net/free-photo/business-files-desk-notebook-showing-forex-trading-indexes-prices_482257-84924.jpg", imageAlt: "Trading platform interface"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Vault Storage Solutions", description: "Insured storage facilities with multi-level security and regular audits", tag: "Security", imageSrc: "http://img.b2bpic.net/free-vector/bank-safe-vault-door-metal-steel-round-gate_107791-1068.jpg", imageAlt: "Secure vault storage"},
|
||||
id: "2", title: "Vault Storage Solutions", description: "Insured storage facilities with multi-level security and regular audits", tag: "Security", imageSrc: "http://img.b2bpic.net/free-vector/bank-safe-vault-door-metal-steel-round-gate_107791-1068.jpg", imageAlt: "Secure vault storage"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Logistics & Delivery", description: "Reliable and secure delivery services with full insurance coverage", tag: "Logistics", imageSrc: "http://img.b2bpic.net/free-photo/long-line-semi-trucks-industrial-loading-dock_84443-73903.jpg", imageAlt: "Secure delivery and shipping"},
|
||||
id: "3", title: "Logistics & Delivery", description: "Reliable and secure delivery services with full insurance coverage", tag: "Logistics", imageSrc: "http://img.b2bpic.net/free-photo/long-line-semi-trucks-industrial-loading-dock_84443-73903.jpg", imageAlt: "Secure delivery and shipping"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -104,22 +107,28 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Ahmed Al Mansouri", handle: "CEO, Gulf Investments Ltd", testimonial: "AURUM has been instrumental in managing our precious metals portfolio. Their transparency and reliability are unmatched in the market.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Al Mansouri"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Al Mansouri"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Fatima Al Naqbi", handle: "Director, Dubai Trading Co", testimonial: "Exceptional service quality and competitive rates. AURUM understands the needs of serious traders.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Fatima Al Naqbi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1", imageAlt: "Fatima Al Naqbi"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mohammed Al Zaabi", handle: "Partner, Emirates Gold Fund", testimonial: "Professional team, secure platform, and excellent execution. Highly recommended for corporate trading.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Mohammed Al Zaabi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Mohammed Al Zaabi"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Layla Al Suwaidi", handle: "Financial Manager, Arada Corporation", testimonial: "The best trading experience I've had. Fast settlements and reliable customer support.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Layla Al Suwaidi"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Layla Al Suwaidi"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Samir Al Hosani", handle: "Investment Director, Abu Dhabi Wealth", testimonial: "AURUM combines security with ease of use. Perfect for managing large positions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Samir Al Hosani"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "Samir Al Hosani"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Mariam Al Mazrouei", handle: "Founder, Precious Metals Trading", testimonial: "Excellent platform with real-time pricing and instant execution. Best in class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "Mariam Al Mazrouei"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2", imageAlt: "Mariam Al Mazrouei"
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -133,9 +142,11 @@ export default function HomePage() {
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Partnered with major financial institutions and exchanges worldwide"
|
||||
names={[
|
||||
"Emirates Bank", "ADIB", "DFC", "DNB", "LME", "ISO Certified", "COMEX"]}
|
||||
"Emirates Bank", "ADIB", "DFC", "DNB", "LME", "ISO Certified", "COMEX"
|
||||
]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/flat-design-crypto-mining-logo_23-2149389189.jpg", "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148690778.jpg", "http://img.b2bpic.net/free-vector/data-update-logo_1071-70.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", "http://img.b2bpic.net/free-vector/flat-design-crypto-mining-logo_23-2149389189.jpg", "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148690778.jpg", "http://img.b2bpic.net/free-vector/data-update-logo_1071-70.jpg"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -149,17 +160,23 @@ export default function HomePage() {
|
||||
description="Find answers to common questions about our services and trading platform"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What are your trading hours?", content: "We operate 24/7 on our digital platform. Our trading desk is available Sunday to Thursday, 7 AM to 8 PM GST. Emergency support is available 24/7 for urgent matters."},
|
||||
id: "1", title: "What are your trading hours?", content: "24/7 digital platform, trading desk Sunday-Thursday 7 AM–8 PM GST"
|
||||
},
|
||||
{
|
||||
id: "2", title: "What is the minimum order size?", content: "The minimum order is 10 ounces for standard trading. Enterprise clients can negotiate custom minimums based on their trading volume and requirements."},
|
||||
id: "2", title: "What is the minimum order size?", content: "The minimum order is 10 ounces for standard trading. Enterprise clients can negotiate custom minimums based on their trading volume and requirements."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How do you ensure security?", content: "We use military-grade encryption, multi-factor authentication, and cold storage vaults. All transactions are insured and regularly audited by independent third parties."},
|
||||
id: "3", title: "How do you ensure security?", content: "We use military-grade encryption, multi-factor authentication, and cold storage vaults. All transactions are insured and regularly audited by independent third parties."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept bank transfers, SWIFT payments, and corporate cheques. All transactions are processed in UAE Dirhams or USD at real-time rates."},
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept bank transfers, SWIFT payments, and corporate cheques. All transactions are processed in UAE Dirhams or USD at real-time rates."
|
||||
},
|
||||
{
|
||||
id: "5", title: "How long does delivery take?", content: "Standard delivery takes 24-48 hours within the UAE. Priority delivery (4-8 hours) is available for an additional fee. International shipping available with customs coordination."},
|
||||
id: "5", title: "How long does delivery take?", content: "Standard delivery takes 24-48 hours within the UAE. Priority delivery (4-8 hours) is available for an additional fee. International shipping available with customs coordination."
|
||||
},
|
||||
{
|
||||
id: "6", title: "Do you offer price hedging?", content: "Yes, we offer forward contracts and price-locked agreements for corporate clients. Discuss your hedging strategy with our account managers for customized solutions."},
|
||||
id: "6", title: "Do you offer price hedging?", content: "Yes, we offer forward contracts and price-locked agreements for corporate clients. Discuss your hedging strategy with our account managers for customized solutions."
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -204,4 +221,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user