Merge version_2 into main #2

Merged
bender merged 6 commits from version_2 into main 2026-06-01 14:52:18 +00:00
6 changed files with 15 additions and 48 deletions

View File

@@ -30,7 +30,7 @@ export default function AccountPanelPage() {
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Account", href: "/account" }
{ name: "Account", id: "/account" }
]}
brandName="Luxuria"
button={{ text: "Plan Your Trip", href: "/#contact" }}
@@ -39,10 +39,11 @@ export default function AccountPanelPage() {
<main className="min-h-screen py-32 sm:py-40 lg:py-48 bg-background">
<div className="container mx-auto px-4 sm:px-6 lg:px-8">
<TextAnimation
title="Your Account Panel"
type="entrance-slide"
className="text-center mb-16"
/>
>
<h2 className="text-4xl font-semibold text-foreground">Your Account Panel</h2>
</TextAnimation>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
{/* Order History */}

View File

@@ -28,8 +28,8 @@ export default function ConsultationPage() {
{ name: "Services", id: "services" },
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Consultation", href: "/consultation" },
{ name: "Support", href: "/support" },
{ name: "Consultation", id: "/consultation" },
{ name: "Support", id: "/support" },
{ name: "Contact", id: "contact" }
]}
brandName="Luxuria"
@@ -46,16 +46,7 @@ export default function ConsultationPage() {
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Submit Request"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
{ name: "preferredDate", type: "date", placeholder: "Preferred Consultation Date" },
{ name: "travelPreferences", type: "text", placeholder: "Briefly describe your travel preferences" },
]}
textarea={{
name: "message", placeholder: "Tell us more about your dream destination and expectations...", rows: 4,
}}
/>
<FooterCard
logoText="Luxuria"

View File

@@ -35,8 +35,8 @@ export default function LuxuryTravelAgencyTemplatePage() {
{ name: "Services", id: "services" },
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Consultation", href: "/consultation" },
{ name: "Support", href: "/support" },
{ name: "Consultation", id: "/consultation" },
{ name: "Support", id: "/support" },
{ name: "Contact", id: "contact" }
]}
brandName="Luxuria"

View File

@@ -26,7 +26,7 @@ export default function ServicesPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "About", id: "about" },
{ name: "Services", href: "/services" },
{ name: "Services", id: "/services" },
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" }
@@ -97,7 +97,6 @@ export default function ServicesPage() {
/>
<SplitAbout
id="helo-installation-details"
tag="Deep Dive"
title="Helo Installation Service"
description="Our Helo installation service ensures a smooth and efficient setup of your new systems. We handle everything from hardware placement to software configuration, ensuring your Helo infrastructure is optimized for performance and reliability. Our certified technicians follow industry best practices to minimize downtime and integrate seamlessly with your existing IT environment."
@@ -114,7 +113,6 @@ export default function ServicesPage() {
/>
<SplitAbout
id="it-consultation-details"
tag="Expert Guidance"
title="IT Consultation & Strategy"
description="Gain a competitive edge with our expert IT consultation services. We assess your current technological landscape, identify areas for improvement, and develop strategic roadmaps to align your IT infrastructure with your business goals. Our consultants provide actionable insights to drive innovation, improve efficiency, and ensure robust security."

View File

@@ -7,7 +7,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ContactForm from '@/components/form/ContactForm';
import FooterCard from "@/components/sections/footer/FooterCard";
import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem';
import { ShoppingCart, ShoppingBag, CreditCard } from "lucide-react";
import { ShoppingCart, ShoppingBag, CreditCard, Instagram, Facebook, Linkedin } from "lucide-react";
export default function ShopPage() {
// Dummy product data for demonstration
@@ -43,7 +43,7 @@ export default function ShopPage() {
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "Shop", href: "/shop" }
{ name: "Shop", id: "/shop" }
];
return (
@@ -115,22 +115,7 @@ export default function ShopPage() {
title="Secure Checkout & Quick Order"
description="Complete your purchase securely or place a quick order. We support various online payment methods to ensure a smooth transaction."
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/contact/contact1.webp"
imageAlt="Online Payment"
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Proceed to Payment"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "address", type: "text", placeholder: "Shipping Address", required: true },
{ name: "city", type: "text", placeholder: "City", required: true },
{ name: "zip", type: "text", placeholder: "Zip Code", required: true },
{ name: "payment", type: "select", placeholder: "Payment Method", options: ["Credit Card", "PayPal", "Bank Transfer"], required: true }
]}
textarea={{
name: "notes", placeholder: "Any special delivery instructions or order notes...", rows: 3
}}
className="py-20"
/>
</div>

View File

@@ -28,8 +28,8 @@ export default function SupportPage() {
{ name: "Services", id: "services" },
{ name: "Destinations", id: "destinations" },
{ name: "Reviews", id: "reviews" },
{ name: "Consultation", href: "/consultation" },
{ name: "Support", href: "/support" },
{ name: "Consultation", id: "/consultation" },
{ name: "Support", id: "/support" },
{ name: "Contact", id: "contact" }
]}
brandName="Luxuria"
@@ -46,15 +46,7 @@ export default function SupportPage() {
mediaPosition="right"
mediaAnimation="slide-up"
buttonText="Submit Support Request"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
{ name: "bookingRef", type: "text", placeholder: "Booking Reference (Optional)" },
]}
textarea={{
name: "message", placeholder: "Describe your request or issue in detail...", rows: 4,
}}
/>
<FooterCard
logoText="Luxuria"