Merge version_3 into main #3
50
src/app/contact/page.tsx
Normal file
50
src/app/contact/page.tsx
Normal file
@@ -0,0 +1,50 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Texas Star Services"
|
||||
/>
|
||||
<div id="contact" data-section="contact" className="py-20">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
tag="Contact & Reservations"
|
||||
title="Book Your Appointment"
|
||||
description="Reach out to us directly at 7705 Turner St W, North Richland Hills, TX 76182 or call us at (682) 352-8064 to secure your spot."
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoReveal
|
||||
logoText="Texas Star Services"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
105
src/app/page.tsx
105
src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Texas Star Services"
|
||||
/>
|
||||
@@ -49,24 +45,16 @@ export default function LandingPage() {
|
||||
title="Excellence in Service, Delivered."
|
||||
description="Texas Star Services provides world-class solutions tailored to your unique needs at 7705 Turner St W, North Richland Hills, TX 76182. Contact us at (682) 352-8064."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Reservation", href: "#contact"},
|
||||
{
|
||||
text: "Learn More", href: "#about"},
|
||||
{ text: "Book Reservation", href: "/contact" },
|
||||
{ text: "Learn More", href: "/#about" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=1", imageAlt: "Service premium imagery"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=2", imageAlt: "Service premium imagery"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=3", imageAlt: "Service premium imagery"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=4", imageAlt: "Service premium imagery"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=5", imageAlt: "Service premium imagery"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=6", imageAlt: "Service premium imagery"},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=1", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=2", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=3", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=4", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=5", imageAlt: "Service premium imagery" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/premium-service-branding-image-with-a-po-1775522229031-f1dcae8d.png?_wi=6", imageAlt: "Service premium imagery" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,78 +63,21 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text", content: "Our Commitment to "},
|
||||
{
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/a-professional-and-modern-office-interio-1775522229536-70d76453.png", alt: "Texas Star Services Philosophy"},
|
||||
{
|
||||
type: "text", content: " Precision and Care."},
|
||||
{ type: "text", content: "Our Commitment to " },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlCJ586ADMleqtxN4YctmTzoet/a-professional-and-modern-office-interio-1775522229536-70d76453.png", alt: "Texas Star Services Philosophy" },
|
||||
{ type: "text", content: " Precision and Care." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "AI Calling Service", description: "Our intelligent AI dispatch system handles your calls instantly, 24/7."},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Strategic Locations", description: "Easily accessible service center located at 7705 Turner St W, North Richland Hills, TX 76182."},
|
||||
{
|
||||
icon: CalendarDays,
|
||||
title: "Reservation Portal", description: "Seamless booking system that fits your busy lifestyle perfectly. Call (682) 352-8064."},
|
||||
]}
|
||||
title="What We Offer"
|
||||
description="Our premium services leverage the latest technology to ensure your absolute satisfaction every time."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Outstanding Experience", quote: "Texas Star Services is fantastic. Their team really knows how to deliver on their promises!", name: "Travelerfour Ever", role: "Client"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Highly Efficient", quote: "I was impressed by the speed and professional manner in which they handled my request.", name: "Kerwin Alexander", role: "Client"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Incredible Quality", quote: "The quality of the service provided by Texas Star Services is simply unmatched. Great attention to detail.", name: "Austin McCutchen", role: "Client"
|
||||
},
|
||||
]}
|
||||
title="Trusted by Our Clients"
|
||||
description="Real feedback from people who choose Texas Star Services for their professional needs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated"}}
|
||||
tag="Ready to get started?"
|
||||
title="Book Your Reservation"
|
||||
description="Fill out the details below, and our team will contact you. Visit us at 7705 Turner St W, North Richland Hills, TX 76182 or call us at (682) 352-8064."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Texas Star Services"
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service", href: "#"}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
56
src/app/services/page.tsx
Normal file
56
src/app/services/page.tsx
Normal file
@@ -0,0 +1,56 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import { Zap, MapPin, CalendarDays } from "lucide-react";
|
||||
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/#about" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Texas Star Services"
|
||||
/>
|
||||
<div id="services" data-section="features" className="pt-32 pb-20">
|
||||
<FeatureHoverPattern
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ icon: Zap, title: "AI Calling Service", description: "Our intelligent AI dispatch system handles your calls instantly, 24/7." },
|
||||
{ icon: MapPin, title: "Strategic Locations", description: "Easily accessible service center located at 7705 Turner St W, North Richland Hills, TX 76182." },
|
||||
{ icon: CalendarDays, title: "Reservation Portal", description: "Seamless booking system that fits your busy lifestyle perfectly. Call (682) 352-8064." },
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="We offer premium solutions designed for efficiency, reliability, and excellence."
|
||||
/>
|
||||
</div>
|
||||
<FooterLogoReveal
|
||||
logoText="Texas Star Services"
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user