diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index c885b9b..8b45eca 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -28,9 +28,9 @@ export default function AboutPage() {
@@ -123,31 +105,16 @@ export default function AboutPage() {
animationType="slide-up"
testimonials={[
{
- id: "1",
- name: "Sarah Mitchell",
- role: "Travel Blogger",
- company: "Wanderlust Chronicles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg?_wi=2",
- imageAlt: "happy travel blogger portrait woman"
+ id: "1", name: "Sarah Mitchell", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg?_wi=2", imageAlt: "happy travel blogger portrait woman"
},
{
- id: "2",
- name: "James Chen",
- 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?_wi=2",
- imageAlt: "professional man resort manager portrait"
+ id: "2", name: "James Chen", 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?_wi=2", imageAlt: "professional man resort manager portrait"
},
{
- id: "3",
- name: "Maria Gonzalez",
- role: "Fashion Influencer",
- company: "Style & Travel",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg?_wi=2",
- imageAlt: "fashion influencer woman portrait smile"
+ id: "3", name: "Maria Gonzalez", role: "Fashion Influencer", company: "Style & Travel", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg?_wi=2", imageAlt: "fashion influencer woman portrait smile"
}
]}
kpiItems={[
@@ -163,8 +130,7 @@ export default function AboutPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/catalogue/page.tsx b/src/app/catalogue/page.tsx
new file mode 100644
index 0000000..e6e083c
--- /dev/null
+++ b/src/app/catalogue/page.tsx
@@ -0,0 +1,180 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import { Sparkles, TrendingUp, Mail, Award } from 'lucide-react';
+
+export default function CataloguePage() {
+ const navItems = [
+ { name: "Home", id: "/" },
+ { name: "Shop", id: "/shop" },
+ { name: "Catalogue", id: "/catalogue" },
+ { name: "About", id: "about" },
+ { name: "Contact", id: "contact" },
+ ];
+
+ const footerColumns = [
+ {
+ title: "Shop", items: [
+ { label: "New Arrivals", href: "/" },
+ { label: "Best Sellers", href: "/" },
+ { label: "Sale", href: "/" },
+ { label: "All Products", href: "/shop" },
+ ],
+ },
+ {
+ title: "Company", items: [
+ { label: "About Us", href: "about" },
+ { label: "Our Story", href: "about" },
+ { label: "Sustainability", href: "#" },
+ { label: "Careers", href: "#" },
+ ],
+ },
+ {
+ title: "Support", items: [
+ { label: "Contact Us", href: "contact" },
+ { label: "Shipping Info", href: "#" },
+ { label: "Returns", href: "#" },
+ { label: "FAQ", href: "#" },
+ ],
+ },
+ ];
+
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index dc12e5f..6ae4635 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -27,9 +27,9 @@ export default function ContactPage() {
@@ -96,8 +90,7 @@ export default function ContactPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2c3423f..a5ddf5f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,15 +16,14 @@ export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
+ { name: "Catalogue", id: "/catalogue" },
{ name: "About", id: "about" },
- { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{ label: "New Arrivals", href: "/" },
{ label: "Best Sellers", href: "/" },
{ label: "Sale", href: "/" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Our Story", href: "about" },
{ label: "Sustainability", href: "#" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" },
@@ -85,13 +82,9 @@ export default function HomePage() {
imageAlt="Stunning turquoise Caribbean beach at sunset"
buttons={[
{
- text: "Shop Now",
- href: "/shop",
- },
+ text: "Shop Now", href: "/shop"},
{
- text: "Explore Collection",
- href: "about",
- },
+ text: "Explore Collection", href: "/catalogue"},
]}
buttonAnimation="slide-up"
/>
@@ -105,13 +98,9 @@ export default function HomePage() {
description="At Tropical Paradise, we believe every moment deserves to be extraordinary. We've curated a collection of premium products inspired by the world's most beautiful beaches. From sustainable resort wear to luxury home accents, each item is handpicked to evoke the feeling of endless summer."
metrics={[
{
- value: "50+",
- title: "Artisan Partners",
- },
+ value: "50+", title: "Artisan Partners"},
{
- value: "10k+",
- title: "Happy Customers",
- },
+ value: "10k+", title: "Happy Customers"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tropical-arrangement-fruit-straw-hat_23-2148109209.jpg?_wi=1"
imageAlt="Tropical paradise collection of premium products"
@@ -130,9 +119,7 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
- text: "View All Products",
- href: "/shop",
- },
+ text: "View All Products", href: "/shop"},
]}
buttonAnimation="slide-up"
textboxLayout="default"
@@ -141,35 +128,14 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
- id: "1",
- brand: "Tropical Essence",
- name: "Silk Resort Dress",
- 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?_wi=1",
- imageAlt: "Premium silk resort dress in turquoise",
- },
+ id: "1", brand: "Tropical Essence", name: "Silk Resort Dress", 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?_wi=1", imageAlt: "Premium silk resort dress in turquoise"},
{
- id: "2",
- brand: "Island Living",
- name: "Sustainable Swim Collection",
- price: "$149.99",
- rating: 5,
- reviewCount: "518",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=1",
- imageAlt: "Eco-friendly luxury swimwear",
- },
+ id: "2", brand: "Island Living", name: "Sustainable Swim Collection", price: "$149.99", rating: 5,
+ reviewCount: "518", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=1", imageAlt: "Eco-friendly luxury swimwear"},
{
- id: "3",
- brand: "Paradise Home",
- name: "Coastal Throw Pillow Set",
- 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?_wi=1",
- imageAlt: "Luxurious coastal themed home pillows",
- },
+ id: "3", brand: "Paradise Home", name: "Coastal Throw Pillow Set", 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?_wi=1", imageAlt: "Luxurious coastal themed home pillows"},
]}
/>
@@ -186,68 +152,37 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
- id: "1",
- badge: "Essentials",
- badgeIcon: Waves,
- price: "Free",
- subtitle: "Perfect to explore",
- buttons: [
+ id: "1", badge: "Essentials", badgeIcon: Waves,
+ price: "Free", subtitle: "Perfect to explore", buttons: [
{
- text: "Get Started",
- },
+ text: "Get Started"},
{
- text: "Learn More",
- href: "about",
- },
+ text: "Learn More", href: "about"},
],
features: [
- "Browse exclusive collection",
- "Access sale alerts",
- "Free shipping on orders $100+",
- ],
+ "Browse exclusive collection", "Access sale alerts", "Free shipping on orders $100+"],
},
{
- id: "2",
- badge: "Paradise Plus",
- badgeIcon: Star,
- price: "$49/year",
- subtitle: "Best for island lovers",
- buttons: [
+ id: "2", badge: "Paradise Plus", badgeIcon: Star,
+ price: "$49/year", subtitle: "Best for island lovers", buttons: [
{
- text: "Subscribe Now",
- },
+ text: "Subscribe Now"},
{
- text: "See Details",
- },
+ text: "See Details"},
],
features: [
- "Everything in Essentials",
- "Priority shipping",
- "Exclusive member discounts",
- "Early access to new products",
- ],
+ "Everything in Essentials", "Priority shipping", "Exclusive member discounts", "Early access to new products"],
},
{
- id: "3",
- badge: "Luxury Escape",
- badgeIcon: Sparkles,
- price: "$149/year",
- subtitle: "VIP experience",
- buttons: [
+ id: "3", badge: "Luxury Escape", badgeIcon: Sparkles,
+ price: "$149/year", subtitle: "VIP experience", buttons: [
{
- text: "Join Elite Club",
- },
+ text: "Join Elite Club"},
{
- text: "Premium Benefits",
- },
+ text: "Premium Benefits"},
],
features: [
- "Everything in Paradise Plus",
- "Personal shopping assistant",
- "Free international shipping",
- "Exclusive VIP events",
- "Complimentary gift wrapping",
- ],
+ "Everything in Paradise Plus", "Personal shopping assistant", "Free international shipping", "Exclusive VIP events", "Complimentary gift wrapping"],
},
]}
/>
@@ -265,55 +200,25 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
- id: "1",
- name: "Sarah Mitchell",
- role: "Travel Blogger",
- company: "Wanderlust Chronicles",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg?_wi=1",
- imageAlt: "Sarah Mitchell travel blogger",
- },
+ id: "1", name: "Sarah Mitchell", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/selfie-woman-nature_23-2147828069.jpg?_wi=1", imageAlt: "Sarah Mitchell travel blogger"},
{
- id: "2",
- name: "James Chen",
- 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?_wi=1",
- imageAlt: "James Chen resort manager",
- },
+ id: "2", name: "James Chen", 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?_wi=1", imageAlt: "James Chen resort manager"},
{
- id: "3",
- name: "Maria Gonzalez",
- role: "Fashion Influencer",
- company: "Style & Travel",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg?_wi=1",
- imageAlt: "Maria Gonzalez fashion influencer",
- },
+ id: "3", name: "Maria Gonzalez", role: "Fashion Influencer", company: "Style & Travel", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-taking-selfie-smartphone_107420-12290.jpg?_wi=1", imageAlt: "Maria Gonzalez fashion influencer"},
{
- id: "4",
- name: "David Roberts",
- role: "Home Designer",
- company: "Coastal Interiors",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/short-break-is-obligatory-work_329181-12032.jpg",
- imageAlt: "David Roberts home designer",
- },
+ id: "4", name: "David Roberts", role: "Home Designer", company: "Coastal Interiors", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/short-break-is-obligatory-work_329181-12032.jpg", imageAlt: "David Roberts home designer"},
]}
kpiItems={[
{
- value: "98%",
- label: "Customer satisfaction rate",
- },
+ value: "98%", label: "Customer satisfaction rate"},
{
- value: "45k+",
- label: "Happy customers worldwide",
- },
+ value: "45k+", label: "Happy customers worldwide"},
{
- value: "4.9★",
- label: "Average rating",
- },
+ value: "4.9★", label: "Average rating"},
]}
/>
@@ -328,15 +233,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Vogue Travel",
- "National Geographic",
- "Condé Nast",
- "Forbes Lifestyle",
- "Travel + Leisure",
- "Elle Decor",
- "Architectural Digest",
- "Harper's Bazaar",
- ]}
+ "Vogue Travel", "National Geographic", "Condé Nast", "Forbes Lifestyle", "Travel + Leisure", "Elle Decor", "Architectural Digest", "Harper's Bazaar"]}
speed={40}
showCard={true}
/>
@@ -351,13 +248,9 @@ export default function HomePage() {
description="Let our AI assistant guide you to your perfect tropical finds, or reach out directly to our team for personalized help. We're here to make your paradise experience unforgettable."
buttons={[
{
- text: "Chat with AI Assistant",
- href: "#",
- },
+ text: "Chat with AI Assistant", href: "#"},
{
- text: "Contact Support",
- href: "mailto:hello@tropicalparadise.com",
- },
+ text: "Contact Support", href: "mailto:hello@tropicalparadise.com"},
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -372,4 +265,4 @@ export default function HomePage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 5ec1173..6880b30 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -12,15 +12,14 @@ export default function ShopPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Shop", id: "/shop" },
+ { name: "Catalogue", id: "/catalogue" },
{ name: "About", id: "about" },
- { name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
- title: "Shop",
- items: [
+ title: "Shop", items: [
{ label: "New Arrivals", href: "/" },
{ label: "Best Sellers", href: "/" },
{ label: "Sale", href: "/" },
@@ -28,8 +27,7 @@ export default function ShopPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Our Story", href: "about" },
{ label: "Sustainability", href: "#" },
@@ -37,8 +35,7 @@ export default function ShopPage() {
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{ label: "Contact Us", href: "contact" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" },
@@ -78,9 +75,7 @@ export default function ShopPage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Back to Home",
- href: "/",
- },
+ text: "Back to Home", href: "/"},
]}
buttonAnimation="slide-up"
textboxLayout="default"
@@ -89,65 +84,23 @@ export default function ShopPage() {
animationType="slide-up"
products={[
{
- id: "1",
- brand: "Tropical Essence",
- name: "Silk Resort Dress",
- 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?_wi=2",
- imageAlt: "Premium silk resort dress in turquoise",
- },
+ id: "1", brand: "Tropical Essence", name: "Silk Resort Dress", 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?_wi=2", imageAlt: "Premium silk resort dress in turquoise"},
{
- id: "2",
- brand: "Island Living",
- name: "Sustainable Swim Collection",
- price: "$149.99",
- rating: 5,
- reviewCount: "518",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=2",
- imageAlt: "Eco-friendly luxury swimwear",
- },
+ id: "2", brand: "Island Living", name: "Sustainable Swim Collection", price: "$149.99", rating: 5,
+ reviewCount: "518", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=2", imageAlt: "Eco-friendly luxury swimwear"},
{
- id: "3",
- brand: "Paradise Home",
- name: "Coastal Throw Pillow Set",
- 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?_wi=2",
- imageAlt: "Luxurious coastal themed home pillows",
- },
+ id: "3", brand: "Paradise Home", name: "Coastal Throw Pillow Set", 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?_wi=2", imageAlt: "Luxurious coastal themed home pillows"},
{
- id: "4",
- brand: "Island Breeze",
- name: "Linen Beach Shirt",
- 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?_wi=3",
- imageAlt: "Lightweight linen beach shirt",
- },
+ id: "4", brand: "Island Breeze", name: "Linen Beach Shirt", 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?_wi=3", imageAlt: "Lightweight linen beach shirt"},
{
- id: "5",
- brand: "Tropical Bliss",
- name: "Woven Beach Bag",
- price: "$79.99",
- rating: 5,
- reviewCount: "421",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=3",
- imageAlt: "Elegant woven beach bag",
- },
+ id: "5", brand: "Tropical Bliss", name: "Woven Beach Bag", price: "$79.99", rating: 5,
+ reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-scarf-walking-beach_23-2147848983.jpg?_wi=3", imageAlt: "Elegant woven beach bag"},
{
- id: "6",
- brand: "Paradise Home",
- name: "Tropical Wall Art",
- 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?_wi=3",
- imageAlt: "Premium tropical wall art collection",
- },
+ id: "6", brand: "Paradise Home", name: "Tropical Wall Art", 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?_wi=3", imageAlt: "Premium tropical wall art collection"},
]}
/>
@@ -162,15 +115,7 @@ export default function ShopPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Vogue Travel",
- "National Geographic",
- "Condé Nast",
- "Forbes Lifestyle",
- "Travel + Leisure",
- "Elle Decor",
- "Architectural Digest",
- "Harper's Bazaar",
- ]}
+ "Vogue Travel", "National Geographic", "Condé Nast", "Forbes Lifestyle", "Travel + Leisure", "Elle Decor", "Architectural Digest", "Harper's Bazaar"]}
speed={40}
showCard={true}
/>
@@ -185,13 +130,9 @@ export default function ShopPage() {
description="Our team is here to assist you with product recommendations and any questions about our collection. Let us help you discover your perfect tropical items."
buttons={[
{
- text: "Chat with AI Assistant",
- href: "#",
- },
+ text: "Chat with AI Assistant", href: "#"},
{
- text: "Contact Support",
- href: "mailto:hello@tropicalparadise.com",
- },
+ text: "Contact Support", href: "mailto:hello@tropicalparadise.com"},
]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
@@ -206,4 +147,4 @@ export default function ShopPage() {
);
-}
\ No newline at end of file
+}