Bob AI: Updated theme to a dark, premium palette with gold accents

This commit is contained in:
kudinDmitriyUp
2026-06-22 05:28:18 +00:00
parent 8ff81db536
commit b889ad2fdd
10 changed files with 379 additions and 277 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #050505;
--card: #111111;
--foreground: #ffffff;
--primary-cta: #eab308;
--primary-cta-text: #050505;
--secondary-cta: #222222;
--secondary-cta-text: #ffffff;
--accent: #a1a1aa;
--background-accent: #111111;
/* @layout/border-radius/rounded */
--radius: 0.5rem;

View File

@@ -1,280 +1,36 @@
import AboutText from '@/components/sections/about/AboutText';
import ContactCta from '@/components/sections/contact/ContactCta';
import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards';
import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
import { Award, CheckCircle, Shield, Star, Zap } from "lucide-react";
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 ServicesSection from './HomePage/sections/Services';
import PackagesSection from './HomePage/sections/Packages';
import MetricsSection from './HomePage/sections/Metrics';
import TestimonialsSection from './HomePage/sections/Testimonials';
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">
<HeroOverlayMarquee
tag="Perth's Premium Choice"
title="Elevate Your Event with 360 Photo Booth Hire"
description="Capture the magic from every angle. Perfect for weddings, corporate events, and parties across Perth."
primaryButton={{
text: "Book Your Date",
href: "#contact",
}}
secondaryButton={{
text: "View Gallery",
href: "#services",
}}
items={[
{
text: "High Quality 360 Videos",
icon: Zap,
},
{
text: "Professional Attendant",
icon: Award,
},
{
text: "Instant Sharing",
icon: CheckCircle,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-people-posing-photobooth_23-2150171611.jpg"
/>
</SectionErrorBoundary>
</div>
<>
<HeroSection />
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutText
title="Making Memories Unforgettable"
primaryButton={{
text: "Learn More",
href: "#services",
}}
/>
</SectionErrorBoundary>
</div>
<AboutSection />
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesImageBento
tag="Our Services"
title="Beyond the Booth"
description="Explore the variety of events we bring to life with our premium 360 booth technology."
items={[
{
title: "Weddings",
description: "Memories that spin.",
imageSrc: "http://img.b2bpic.net/free-photo/people-mint-feelings-wedding-marriage_1304-976.jpg",
},
{
title: "Corporate Events",
description: "Engage your brand.",
imageSrc: "http://img.b2bpic.net/free-photo/recruitment-process-continues-as-job-seeker-participates-online-interview-answering_482257-136478.jpg",
},
{
title: "Birthdays",
description: "Celebrate in style.",
imageSrc: "http://img.b2bpic.net/free-photo/dj-mixing-equipment-underground-club_482257-78401.jpg",
},
{
title: "Festivals",
description: "Catch the action.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-freckles-looking-away_23-2148311239.jpg",
},
{
title: "Graduations",
description: "Mark the milestone.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-camera-recording-food-industry-workers-cooking-delicious-vegetable-gourmet-dish-restaurant-kitchen-gastronomy-experts-broadcasting-meal-preparing-process-tv-culinary-show-program_482257-40150.jpg",
},
{
title: "Private Parties",
description: "Fun for everyone.",
imageSrc: "http://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579727.jpg",
},
{
title: "Brand Activations",
description: "Stand out visually.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-straight-from-curtain-sparkles_23-2148331873.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
<ServicesSection />
<div id="packages" data-section="packages">
<SectionErrorBoundary name="packages">
<PricingCenteredCards
tag="Simple Pricing"
title="Choose Your Booth Package"
description="Flexible hourly hire for any budget."
plans={[
{
tag: "Essentials",
price: "$399",
description: "2 hours of fun.",
features: [
"1 Attendant",
"Instant Sharing",
"Prop Selection",
],
primaryButton: {
text: "Select",
href: "#contact",
},
},
{
tag: "Popular",
price: "$599",
description: "4 hours of magic.",
features: [
"1 Attendant",
"Instant Sharing",
"Custom Overlays",
"Full Gallery",
],
primaryButton: {
text: "Select",
href: "#contact",
},
},
{
tag: "All-In",
price: "$899",
description: "6 hours of full 360.",
features: [
"2 Attendants",
"Custom Branding",
"Video Editing",
"Priority Support",
],
primaryButton: {
text: "Select",
href: "#contact",
},
},
]}
/>
</SectionErrorBoundary>
</div>
<PackagesSection />
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsIconCards
tag="Our Impact"
title="Why Perth Chooses Us"
metrics={[
{
icon: Award,
title: "Events Served",
value: "500+",
},
{
icon: Star,
title: "Happy Guests",
value: "10,000+",
},
{
icon: Shield,
title: "Years Experience",
value: "5+",
},
]}
description="Trusted by hundreds across Western Australia to deliver premium event entertainment."
/>
</SectionErrorBoundary>
</div>
<MetricsSection />
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialRatingCards
tag="What Guests Say"
title="Unforgettable Experiences"
testimonials={[
{
name: "Emma W.",
role: "Bride",
quote: "The 360 booth was the highlight of our wedding!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-celebrating-their-wedding-day-with-guests-friends_23-2150637571.jpg",
},
{
name: "Mark R.",
role: "Event Manager",
quote: "Professional, punctual, and highly engaging for guests.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346655.jpg",
},
{
name: "Sarah P.",
role: "Birthday Host",
quote: "Worth every cent, the videos are amazing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-european-woman-with-combed-hair-toothy-smile-holds-pile-sweet-doughnuts-with-burning-candles-poses-against-pink-background-flying-stars-around-celebrates-birthday-waits-guests_273609-61125.jpg",
},
{
name: "James B.",
role: "Festival Organiser",
quote: "Reliable gear and great customer service throughout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-women-having-fun_329181-15585.jpg",
},
{
name: "Chloe T.",
role: "Bride",
quote: "Best addition to our dance floor, guests loved it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiled-wedding-couple-is-hugging-front-red-wall-outdoors-wedding-day-official-marriage_8353-11215.jpg",
},
]}
description="See why our clients recommend us for their special occasions."
/>
</SectionErrorBoundary>
</div>
<TestimonialsSection />
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTabbedAccordion
tag="Quick Answers"
title="Frequently Asked Questions"
categories={[
{
name: "General",
items: [
{
question: "What areas do you cover?",
answer: "We serve the entire Perth metro region.",
},
{
question: "Do you need power?",
answer: "Yes, a standard power outlet is required.",
},
],
},
]}
description="Everything you need to know about your 360 booth booking."
/>
</SectionErrorBoundary>
</div>
<FaqSection />
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get in Touch"
text="Ready to spin into action? Send us a message for a free quote."
primaryButton={{
text: "Contact Us",
href: "#",
}}
secondaryButton={{
text: "Check Availability",
href: "#",
}}
/>
</SectionErrorBoundary>
</div>
<ContactSection />
</>
);
}

View 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="Making Memories Unforgettable"
primaryButton={{
text: "Learn More",
href: "#services",
}}
/>
</SectionErrorBoundary>
</div>
);
}

View 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="Get in Touch"
text="Ready to spin into action? Send us a message for a free quote."
primaryButton={{
text: "Contact Us",
href: "#",
}}
secondaryButton={{
text: "Check Availability",
href: "#",
}}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,35 @@
// 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 FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FaqSection(): React.JSX.Element {
return (
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTabbedAccordion
tag="Quick Answers"
title="Frequently Asked Questions"
categories={[
{
name: "General",
items: [
{
question: "What areas do you cover?",
answer: "We serve the entire Perth metro region.",
},
{
question: "Do you need power?",
answer: "Yes, a standard power outlet is required.",
},
],
},
]}
description="Everything you need to know about your 360 booth booking."
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,44 @@
// 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 HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import { Award, CheckCircle, Shield, Star, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HeroSection(): React.JSX.Element {
return (
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroOverlayMarquee
tag="Perth's Premium Choice"
title="Elevate Your Event with 360 Photo Booth Hire"
description="Capture the magic from every angle. Perfect for weddings, corporate events, and parties across Perth."
primaryButton={{
text: "Book Your Date",
href: "#contact",
}}
secondaryButton={{
text: "View Gallery",
href: "#services",
}}
items={[
{
text: "High Quality 360 Videos",
icon: Zap,
},
{
text: "Professional Attendant",
icon: Award,
},
{
text: "Instant Sharing",
icon: CheckCircle,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-smiley-people-posing-photobooth_23-2150171611.jpg"
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,38 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "metrics" section.
import React from 'react';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import { Award, CheckCircle, Shield, Star, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function MetricsSection(): React.JSX.Element {
return (
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsIconCards
tag="Our Impact"
title="Why Perth Chooses Us"
metrics={[
{
icon: Award,
title: "Events Served",
value: "500+",
},
{
icon: Star,
title: "Happy Guests",
value: "10,000+",
},
{
icon: Shield,
title: "Years Experience",
value: "5+",
},
]}
description="Trusted by hundreds across Western Australia to deliver premium event entertainment."
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,66 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "packages" section.
import React from 'react';
import PricingCenteredCards from '@/components/sections/pricing/PricingCenteredCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function PackagesSection(): React.JSX.Element {
return (
<div id="packages" data-section="packages">
<SectionErrorBoundary name="packages">
<PricingCenteredCards
tag="Simple Pricing"
title="Choose Your Booth Package"
description="Flexible hourly hire for any budget."
plans={[
{
tag: "Essentials",
price: "$399",
description: "2 hours of fun.",
features: [
"1 Attendant",
"Instant Sharing",
"Prop Selection",
],
primaryButton: {
text: "Select",
href: "#contact",
},
},
{
tag: "Popular",
price: "$599",
description: "4 hours of magic.",
features: [
"1 Attendant",
"Instant Sharing",
"Custom Overlays",
"Full Gallery",
],
primaryButton: {
text: "Select",
href: "#contact",
},
},
{
tag: "All-In",
price: "$899",
description: "6 hours of full 360.",
features: [
"2 Attendants",
"Custom Branding",
"Video Editing",
"Priority Support",
],
primaryButton: {
text: "Select",
href: "#contact",
},
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View File

@@ -0,0 +1,57 @@
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "services" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function ServicesSection(): React.JSX.Element {
return (
<div id="services" data-section="services">
<SectionErrorBoundary name="services">
<FeaturesImageBento
tag="Our Services"
title="Beyond the Booth"
description="Explore the variety of events we bring to life with our premium 360 booth technology."
items={[
{
title: "Weddings",
description: "Memories that spin.",
imageSrc: "http://img.b2bpic.net/free-photo/people-mint-feelings-wedding-marriage_1304-976.jpg",
},
{
title: "Corporate Events",
description: "Engage your brand.",
imageSrc: "http://img.b2bpic.net/free-photo/recruitment-process-continues-as-job-seeker-participates-online-interview-answering_482257-136478.jpg",
},
{
title: "Birthdays",
description: "Celebrate in style.",
imageSrc: "http://img.b2bpic.net/free-photo/dj-mixing-equipment-underground-club_482257-78401.jpg",
},
{
title: "Festivals",
description: "Catch the action.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-girl-with-freckles-looking-away_23-2148311239.jpg",
},
{
title: "Graduations",
description: "Mark the milestone.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-camera-recording-food-industry-workers-cooking-delicious-vegetable-gourmet-dish-restaurant-kitchen-gastronomy-experts-broadcasting-meal-preparing-process-tv-culinary-show-program_482257-40150.jpg",
},
{
title: "Private Parties",
description: "Fun for everyone.",
imageSrc: "http://img.b2bpic.net/free-photo/press-reporter-fallowing-leads-case_23-2149579727.jpg",
},
{
title: "Brand Activations",
description: "Stand out visually.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-looking-straight-from-curtain-sparkles_23-2148331873.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
);
}

View 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 TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function TestimonialsSection(): React.JSX.Element {
return (
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialRatingCards
tag="What Guests Say"
title="Unforgettable Experiences"
testimonials={[
{
name: "Emma W.",
role: "Bride",
quote: "The 360 booth was the highlight of our wedding!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lesbian-couple-celebrating-their-wedding-day-with-guests-friends_23-2150637571.jpg",
},
{
name: "Mark R.",
role: "Event Manager",
quote: "Professional, punctual, and highly engaging for guests.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149346655.jpg",
},
{
name: "Sarah P.",
role: "Birthday Host",
quote: "Worth every cent, the videos are amazing.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-european-woman-with-combed-hair-toothy-smile-holds-pile-sweet-doughnuts-with-burning-candles-poses-against-pink-background-flying-stars-around-celebrates-birthday-waits-guests_273609-61125.jpg",
},
{
name: "James B.",
role: "Festival Organiser",
quote: "Reliable gear and great customer service throughout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-beautiful-women-having-fun_329181-15585.jpg",
},
{
name: "Chloe T.",
role: "Bride",
quote: "Best addition to our dance floor, guests loved it.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiled-wedding-couple-is-hugging-front-red-wall-outdoors-wedding-day-official-marriage_8353-11215.jpg",
},
]}
description="See why our clients recommend us for their special occasions."
/>
</SectionErrorBoundary>
</div>
);
}