Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53b3240d84 |
209
src/app/page.tsx
209
src/app/page.tsx
@@ -10,7 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import { History, Mail } from "lucide-react";
|
import { MapPin, Phone, Clock, BadgeCheck, Zap, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -30,47 +30,23 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Services", id: "features" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Products",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="PrintMaster"
|
brandName="Sri Siddaganga Enterprises"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
logoText="Sri Siddaganga Enterprises"
|
||||||
}}
|
description="Your reliable printing partner in Bengaluru. We provide high-quality prints with fast service and affordable rates for students and businesses alike."
|
||||||
logoText="PrintMaster Pro"
|
|
||||||
description="Premium professional printing solutions for your business and personal projects. Precision quality, fast turnaround, and exceptional service."
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Our Services", href: "#features" },
|
||||||
text: "View Products",
|
{ text: "Contact Us", href: "#contact" },
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Contact Us",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/various-buttons-apparatus_140725-7743.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/various-buttons-apparatus_140725-7743.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -80,58 +56,9 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextAbout
|
<TextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Our Story"
|
tag="About Us"
|
||||||
title="Decades of Printing Excellence"
|
title="Quality Printing, Exceptional Value"
|
||||||
tagIcon={History}
|
tagIcon={MapPin}
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
|
||||||
<ProductCardThree
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split-description"
|
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
name: "Business Cards",
|
|
||||||
price: "From $49",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-psd/luxury-property-management-business-card-design_23-2151977896.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Brochures",
|
|
||||||
price: "From $89",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-marketing-agency-brochure_23-2150546779.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Large Posters",
|
|
||||||
price: "From $15",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/hello-spring-inscription-with-flowers-black-board_23-2148071816.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Booklets",
|
|
||||||
price: "From $120",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/notebooks-with-colorful-covers-arrangement_23-2148898327.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Custom Stickers",
|
|
||||||
price: "From $25",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-glasses-camera-arrangement_23-2149558789.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
name: "Vinyl Banners",
|
|
||||||
price: "From $55",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-selecting-surfboard_107420-94955.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
title="Our Print Catalog"
|
|
||||||
description="Explore our comprehensive range of professional printing products, custom-tailored to meet your branding and documentation needs."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -141,44 +68,14 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "1", title: "Cheap Rates", subtitle: "Budget-friendly pricing", category: "Value", value: "Best" },
|
||||||
id: "1",
|
{ id: "2", title: "Quality Prints", subtitle: "Sharp & crisp results", category: "Quality", value: "High" },
|
||||||
title: "Precision Cutting",
|
{ id: "3", title: "Fast Service", subtitle: "Swift turnaround", category: "Speed", value: "Rapid" },
|
||||||
subtitle: "Advanced digital cutting",
|
{ id: "4", title: "Student Support", subtitle: "Special aid for students", category: "Support", value: "Active" },
|
||||||
category: "Accuracy",
|
{ id: "5", title: "Extended Hours", subtitle: "Open until 10:30 PM", category: "Convenience", value: "Late" },
|
||||||
value: "100%",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
title: "Eco-friendly Inks",
|
|
||||||
subtitle: "Sustainability first",
|
|
||||||
category: "Environment",
|
|
||||||
value: "Green",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
title: "Fast Turnaround",
|
|
||||||
subtitle: "Ready when you need",
|
|
||||||
category: "Delivery",
|
|
||||||
value: "24h",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
title: "Custom Finishing",
|
|
||||||
subtitle: "Lamination & binding",
|
|
||||||
category: "Quality",
|
|
||||||
value: "Premium",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
title: "Bulk Discounts",
|
|
||||||
subtitle: "Save on large orders",
|
|
||||||
category: "Pricing",
|
|
||||||
value: "Flexible",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Why Choose Us"
|
title="Why We Stand Out"
|
||||||
description="Our commitment to quality printing ensures every job meets the highest professional standards."
|
description="We pride ourselves on our positive reputation, ensuring every customer gets exactly what they need on time and on budget."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -188,73 +85,33 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split-description"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", name: "Student User", handle: "@local_student", testimonial: "They are the only place offering student-friendly rates. Really saved my semester project!", rating: 5 },
|
||||||
id: "1",
|
{ id: "2", name: "Small Business Owner", handle: "@bengaluru_biz", testimonial: "Consistent quality and the fact they are open late makes them invaluable.", rating: 5 },
|
||||||
name: "Sarah Jenkins",
|
|
||||||
handle: "@sarah_j",
|
|
||||||
testimonial: "Exceptional quality on our corporate stationary. Quick and professional.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-businessman-wearing-tie-glasses-isolated-white-background-relaxed-with-serious-expression-face-simple-natural-looking-camera_839833-17856.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Mark Thomson",
|
|
||||||
handle: "@mt_design",
|
|
||||||
testimonial: "My go-to printer for all design projects. Colors are always perfect.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-business-people_23-2148827022.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Elena Ross",
|
|
||||||
handle: "@elena_ross",
|
|
||||||
testimonial: "Fast turnaround for our event banners. Highly recommended service.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-401.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "David Wu",
|
|
||||||
handle: "@dwu_dev",
|
|
||||||
testimonial: "Excellent customer support and very consistent print results.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Chloe Miller",
|
|
||||||
handle: "@miller_corp",
|
|
||||||
testimonial: "The best print shop in town. Never misses a deadline.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Trusted by Experts"
|
title="Happy Customers"
|
||||||
description="See why hundreds of businesses rely on our printing services daily."
|
description="Check out what our local clients have to say about our printing services."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
tag="Contact Us"
|
||||||
}}
|
title="Visit Us Today"
|
||||||
tag="Get in touch"
|
description="Located at 5, Chagaletty Rd, near Bus Stop, Dasanayakanahalli, Bagaluru, Bengaluru. Reach us at 085468 54622 or drop by before 10:30 PM!"
|
||||||
title="Ready for your project?"
|
tagIcon={Phone}
|
||||||
description="Send us your files or request a custom quote for your printing needs."
|
|
||||||
tagIcon={Mail}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="PrintMaster Pro"
|
logoText="Sri Siddaganga Enterprises"
|
||||||
copyrightText="© 2025 | PrintMaster Pro"
|
copyrightText="© 2025 | Sri Siddaganga Enterprises"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user