Merge version_3_1781375884172 into main #2
@@ -1,289 +1,36 @@
|
||||
import AboutText from '@/components/sections/about/AboutText';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
|
||||
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly. Non-block content (wrappers, non-inlinable sections) is
|
||||
// preserved inline; extracted section blocks become <XSection/> refs.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import AboutSection from './HomePage/sections/About';
|
||||
import FeaturesSection from './HomePage/sections/Features';
|
||||
import GallerySection from './HomePage/sections/Gallery';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import PricingSection from './HomePage/sections/Pricing';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Premier Event Destination"
|
||||
title="Unforgettable Moments in a Grand Setting"
|
||||
description="Where elegance meets excellence. Host your most cherished milestones in our premier venue with bespoke service and stunning aesthetics."
|
||||
primaryButton={{
|
||||
text: "Tour Venue",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Gallery",
|
||||
href: "#gallery",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-confetti-new-year-party_23-2148339560.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rococo-interior-design-style_23-2151918305.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088601.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<>
|
||||
<HeroSection />
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="A Legacy of Excellence in Event Hosting"
|
||||
primaryButton={{
|
||||
text: "Read Our Story",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<AboutSection />
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesRevealCards
|
||||
tag="What We Offer"
|
||||
title="Impeccable Space & Service"
|
||||
description="Experience superior amenities designed to elevate every occasion."
|
||||
items={[
|
||||
{
|
||||
title: "Bespoke Decor",
|
||||
description: "Customizable layouts and styling to match your vision perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fairy-lights-decoration-with-bokeh-night_23-2148056715.jpg",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Catering",
|
||||
description: "In-house culinary experts creating refined dining experiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candles-bouquets-decorated-table_8353-10193.jpg",
|
||||
},
|
||||
{
|
||||
title: "State-of-the-Art Tech",
|
||||
description: "Professional audio, visual, and lighting systems at your command.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FeaturesSection />
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<SectionErrorBoundary name="gallery">
|
||||
<FeaturesImageBento
|
||||
tag="Venue Highlights"
|
||||
title="A Showcase of Elegance"
|
||||
description="Explore our versatile spaces designed for every type of celebration."
|
||||
items={[
|
||||
{
|
||||
title: "Grand Hall",
|
||||
description: "Stunning main event space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/halls-convent-christ-with-windows-tomar-portugal_181624-16838.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dining Area",
|
||||
description: "Refined settings for banquet events.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg",
|
||||
},
|
||||
{
|
||||
title: "Stage Lighting",
|
||||
description: "Professional tech for performances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-bokeh-illuminated-background_23-2147873265.jpg",
|
||||
},
|
||||
{
|
||||
title: "Main Foyer",
|
||||
description: "Grand welcoming entryway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-vault-ancient-texture-architectural-background_169016-68656.jpg",
|
||||
},
|
||||
{
|
||||
title: "Outdoor Terrace",
|
||||
description: "Beautiful alfresco atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-terrace-sunset-background_23-2148232014.jpg",
|
||||
},
|
||||
{
|
||||
title: "Event Bar",
|
||||
description: "Sophisticated service station.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111199.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dance Floor",
|
||||
description: "Spacious area for celebration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-neon-lights-club_53876-95329.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<GallerySection />
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Client Stories"
|
||||
title="What Our Clients Say"
|
||||
description="Hear about the unforgettable events we have hosted over the years."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "Bride",
|
||||
company: "Wedding Ceremony",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Thompson",
|
||||
role: "CEO",
|
||||
company: "Tech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-lady-wedding-day-holiday_1304-966.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily Watson",
|
||||
role: "Event Guest",
|
||||
company: "Annual Gala",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-humored-woman-with-brunette-hair-white-shirt-laughing-inside-short-haired-lady-jeans-with-red-lips-holding-flower-cafe_197531-19294.jpg",
|
||||
},
|
||||
{
|
||||
name: "Robert Chen",
|
||||
role: "Anniversary Planner",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amanda Reed",
|
||||
role: "Organizer",
|
||||
company: "Corporate Summit",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<TestimonialsSection />
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingHighlightedCards
|
||||
tag="Event Packages"
|
||||
title="Flexible Options for Every Budget"
|
||||
description="Transparent pricing with packages to simplify your planning process."
|
||||
plans={[
|
||||
{
|
||||
tag: "Essentials",
|
||||
price: "$2,500",
|
||||
description: "Perfect for intimate gatherings.",
|
||||
features: [
|
||||
"6 hours venue access",
|
||||
"Basic AV equipment",
|
||||
"In-house tables/chairs",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Choose Package",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: "Celebration",
|
||||
price: "$5,000",
|
||||
description: "Our most popular event option.",
|
||||
features: [
|
||||
"Full day venue access",
|
||||
"Premium AV system",
|
||||
"Custom layout planning",
|
||||
"On-site support",
|
||||
],
|
||||
highlight: "Most Popular",
|
||||
primaryButton: {
|
||||
text: "Choose Package",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: "Grand Gala",
|
||||
price: "$9,500",
|
||||
description: "The complete luxury experience.",
|
||||
features: [
|
||||
"Full weekend access",
|
||||
"Full catering service included",
|
||||
"Lighting design & DJ support",
|
||||
"Dedicated concierge",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Choose Package",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<PricingSection />
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Frequently Asked"
|
||||
title="Helpful Information"
|
||||
description="Answers to common questions about booking your event with us."
|
||||
items={[
|
||||
{
|
||||
question: "What is the venue capacity?",
|
||||
answer: "Our main hall comfortably accommodates up to 300 guests for seated dinners and 500 for standing receptions.",
|
||||
},
|
||||
{
|
||||
question: "Can I bring my own caterer?",
|
||||
answer: "While we offer excellent in-house catering, we are open to working with external licensed caterers for an additional fee.",
|
||||
},
|
||||
{
|
||||
question: "Is parking available?",
|
||||
answer: "Yes, we provide ample parking facilities for all guests included with every booking.",
|
||||
},
|
||||
{
|
||||
question: "Are there noise restrictions?",
|
||||
answer: "Our venue is sound-insulated to allow for professional music setups until midnight.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<FaqSection />
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Book?"
|
||||
text="Start your journey today by requesting a venue tour or personalized quote."
|
||||
primaryButton={{
|
||||
text: "Check Availability",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@grandhall.com",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
22
src/pages/HomePage/sections/About.tsx
Normal file
22
src/pages/HomePage/sections/About.tsx
Normal file
@@ -0,0 +1,22 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "about" section.
|
||||
|
||||
import React from 'react';
|
||||
import AboutText from '@/components/sections/about/AboutText';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function AboutSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutText
|
||||
title="A Legacy of Excellence in Event Hosting"
|
||||
primaryButton={{
|
||||
text: "Read Our Story",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
27
src/pages/HomePage/sections/Contact.tsx
Normal file
27
src/pages/HomePage/sections/Contact.tsx
Normal file
@@ -0,0 +1,27 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "contact" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ContactSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Book?"
|
||||
text="Start your journey today by requesting a venue tour or personalized quote."
|
||||
primaryButton={{
|
||||
text: "Check Availability",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us",
|
||||
href: "mailto:info@grandhall.com",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
39
src/pages/HomePage/sections/Faq.tsx
Normal file
39
src/pages/HomePage/sections/Faq.tsx
Normal file
@@ -0,0 +1,39 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "faq" section.
|
||||
|
||||
import React from 'react';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FaqSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
tag="Frequently Asked"
|
||||
title="Helpful Information"
|
||||
description="Answers to common questions about booking your event with us."
|
||||
items={[
|
||||
{
|
||||
question: "What is the venue capacity?",
|
||||
answer: "Our main hall comfortably accommodates up to 300 guests for seated dinners and 500 for standing receptions.",
|
||||
},
|
||||
{
|
||||
question: "Can I bring my own caterer?",
|
||||
answer: "While we offer excellent in-house catering, we are open to working with external licensed caterers for an additional fee.",
|
||||
},
|
||||
{
|
||||
question: "Is parking available?",
|
||||
answer: "Yes, we provide ample parking facilities for all guests included with every booking.",
|
||||
},
|
||||
{
|
||||
question: "Are there noise restrictions?",
|
||||
answer: "Our venue is sound-insulated to allow for professional music setups until midnight.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/studio-arrangement-work_23-2151976835.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
37
src/pages/HomePage/sections/Features.tsx
Normal file
37
src/pages/HomePage/sections/Features.tsx
Normal file
@@ -0,0 +1,37 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "features" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function FeaturesSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesRevealCards
|
||||
tag="What We Offer"
|
||||
title="Impeccable Space & Service"
|
||||
description="Experience superior amenities designed to elevate every occasion."
|
||||
items={[
|
||||
{
|
||||
title: "Bespoke Decor",
|
||||
description: "Customizable layouts and styling to match your vision perfectly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fairy-lights-decoration-with-bokeh-night_23-2148056715.jpg",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Catering",
|
||||
description: "In-house culinary experts creating refined dining experiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/candles-bouquets-decorated-table_8353-10193.jpg",
|
||||
},
|
||||
{
|
||||
title: "State-of-the-Art Tech",
|
||||
description: "Professional audio, visual, and lighting systems at your command.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
57
src/pages/HomePage/sections/Gallery.tsx
Normal file
57
src/pages/HomePage/sections/Gallery.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "gallery" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function GallerySection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="gallery" data-section="gallery">
|
||||
<SectionErrorBoundary name="gallery">
|
||||
<FeaturesImageBento
|
||||
tag="Venue Highlights"
|
||||
title="A Showcase of Elegance"
|
||||
description="Explore our versatile spaces designed for every type of celebration."
|
||||
items={[
|
||||
{
|
||||
title: "Grand Hall",
|
||||
description: "Stunning main event space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/halls-convent-christ-with-windows-tomar-portugal_181624-16838.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dining Area",
|
||||
description: "Refined settings for banquet events.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312216.jpg",
|
||||
},
|
||||
{
|
||||
title: "Stage Lighting",
|
||||
description: "Professional tech for performances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-green-bokeh-illuminated-background_23-2147873265.jpg",
|
||||
},
|
||||
{
|
||||
title: "Main Foyer",
|
||||
description: "Grand welcoming entryway.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-vault-ancient-texture-architectural-background_169016-68656.jpg",
|
||||
},
|
||||
{
|
||||
title: "Outdoor Terrace",
|
||||
description: "Beautiful alfresco atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-terrace-sunset-background_23-2148232014.jpg",
|
||||
},
|
||||
{
|
||||
title: "Event Bar",
|
||||
description: "Sophisticated service station.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-hipster-couple_23-2148111199.jpg",
|
||||
},
|
||||
{
|
||||
title: "Dance Floor",
|
||||
description: "Spacious area for celebration.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-neon-lights-club_53876-95329.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
42
src/pages/HomePage/sections/Hero.tsx
Normal file
42
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,42 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "hero" section.
|
||||
|
||||
import React from 'react';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HeroSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardCarousel
|
||||
tag="Premier Event Destination"
|
||||
title="Unforgettable Moments in a Grand Setting"
|
||||
description="Where elegance meets excellence. Host your most cherished milestones in our premier venue with bespoke service and stunning aesthetics."
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-confetti-new-year-party_23-2148339560.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-16776.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-loungers-health-spa-with-no-people-copy-space_637285-6704.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-wedding-catering-banquet-outdoor_624325-1790.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rococo-interior-design-style_23-2151918305.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nightlife-people-having-fun-bars-clubs_23-2149088601.jpg",
|
||||
},
|
||||
]}
|
||||
secondaryButton={{"href":"","text":""}}
|
||||
primaryButton={{"text":"","href":""}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
67
src/pages/HomePage/sections/Pricing.tsx
Normal file
67
src/pages/HomePage/sections/Pricing.tsx
Normal file
@@ -0,0 +1,67 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "pricing" section.
|
||||
|
||||
import React from 'react';
|
||||
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function PricingSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingHighlightedCards
|
||||
tag="Event Packages"
|
||||
title="Flexible Options for Every Budget"
|
||||
description="Transparent pricing with packages to simplify your planning process."
|
||||
plans={[
|
||||
{
|
||||
tag: "Essentials",
|
||||
price: "$2,500",
|
||||
description: "Perfect for intimate gatherings.",
|
||||
features: [
|
||||
"6 hours venue access",
|
||||
"Basic AV equipment",
|
||||
"In-house tables/chairs",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Choose Package",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: "Celebration",
|
||||
price: "$5,000",
|
||||
description: "Our most popular event option.",
|
||||
features: [
|
||||
"Full day venue access",
|
||||
"Premium AV system",
|
||||
"Custom layout planning",
|
||||
"On-site support",
|
||||
],
|
||||
highlight: "Most Popular",
|
||||
primaryButton: {
|
||||
text: "Choose Package",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
{
|
||||
tag: "Grand Gala",
|
||||
price: "$9,500",
|
||||
description: "The complete luxury experience.",
|
||||
features: [
|
||||
"Full weekend access",
|
||||
"Full catering service included",
|
||||
"Lighting design & DJ support",
|
||||
"Dedicated concierge",
|
||||
],
|
||||
primaryButton: {
|
||||
text: "Choose Package",
|
||||
href: "#contact",
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
57
src/pages/HomePage/sections/Testimonials.tsx
Normal file
@@ -0,0 +1,57 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "testimonials" section.
|
||||
|
||||
import React from 'react';
|
||||
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function TestimonialsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeOverlayCards
|
||||
tag="Client Stories"
|
||||
title="What Our Clients Say"
|
||||
description="Hear about the unforgettable events we have hosted over the years."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
role: "Bride",
|
||||
company: "Wedding Ceremony",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
},
|
||||
{
|
||||
name: "David Thompson",
|
||||
role: "CEO",
|
||||
company: "Tech Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smile-lady-wedding-day-holiday_1304-966.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily Watson",
|
||||
role: "Event Guest",
|
||||
company: "Annual Gala",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-humored-woman-with-brunette-hair-white-shirt-laughing-inside-short-haired-lady-jeans-with-red-lips-holding-flower-cafe_197531-19294.jpg",
|
||||
},
|
||||
{
|
||||
name: "Robert Chen",
|
||||
role: "Anniversary Planner",
|
||||
company: "Private Event",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amanda Reed",
|
||||
role: "Organizer",
|
||||
company: "Corporate Summit",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-offering-glass-whiskey_23-2148037522.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user