Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-12 12:34:20 +00:00
5 changed files with 31 additions and 25 deletions

View File

@@ -55,7 +55,7 @@ export default function AboutPage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg?_wi=4"
imageAlt="Venti Fans Manufacturing Facility"
mediaAnimation="none"
bulletPoints={[
@@ -98,7 +98,7 @@ export default function AboutPage() {
"Perfect for bedrooms, offices, and meditation spaces",
"Engineered for peaceful comfort without distraction",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg?_wi=4",
imageAlt: "Silent Operation Feature",
},
{
@@ -109,7 +109,7 @@ export default function AboutPage() {
"Eco-friendly design reduces carbon footprint",
"Lower electricity bills without compromising performance",
],
imageSrc: "http://img.b2bpic.net/free-photo/home-exterior-with-plants-old-wheel_23-2147663508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-exterior-with-plants-old-wheel_23-2147663508.jpg?_wi=3",
imageAlt: "Energy Efficient Technology",
},
{
@@ -120,7 +120,7 @@ export default function AboutPage() {
"Blend of traditional design with modern aesthetics",
"Unique patterns inspired by Indian heritage and culture",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-configuring-electronic-cleaning-device_23-2149400050.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-configuring-electronic-cleaning-device_23-2149400050.jpg?_wi=3",
imageAlt: "Artisan Craftsmanship",
},
{
@@ -131,7 +131,7 @@ export default function AboutPage() {
"Free maintenance and replacement services",
"Dedicated customer support throughout warranty period",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg?_wi=5",
imageAlt: "Extended Warranty Coverage",
},
]}
@@ -185,7 +185,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg?_wi=5"
imageAlt="Venti Fans Heritage Manufacturing"
logoText="Venti Fans"
copyrightText="© 2025 Venti Fans. Crafted with heritage. Built for excellence."

View File

@@ -129,7 +129,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg?_wi=6"
imageAlt="Venti Fans Heritage Manufacturing"
logoText="Venti Fans"
copyrightText="© 2025 Venti Fans. Crafted with heritage. Built for excellence."

View File

@@ -6,18 +6,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Venti Fans - Premium Ceiling Fans | Indian Heritage Craftsmanship",
description: "Discover premium ceiling fans, pedestal fans, and decorative pieces crafted with Indian heritage and modern innovation. Energy-efficient, silent operation, 10-year warranty.",
};
export default function RootLayout({
children,
}: Readonly<{
@@ -26,7 +30,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -38,4 +44,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -99,7 +99,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={false}
imagePosition="right"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg?_wi=1"
imageAlt="Venti Fans Manufacturing Facility"
bulletPoints={[
{
@@ -146,7 +146,7 @@ export default function HomePage() {
"Perfect for bedrooms, offices, and meditation spaces",
"Engineered for peaceful comfort without distraction",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg?_wi=1",
imageAlt: "Silent Operation Feature",
},
{
@@ -157,7 +157,7 @@ export default function HomePage() {
"Eco-friendly design reduces carbon footprint",
"Lower electricity bills without compromising performance",
],
imageSrc: "http://img.b2bpic.net/free-photo/home-exterior-with-plants-old-wheel_23-2147663508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-exterior-with-plants-old-wheel_23-2147663508.jpg?_wi=1",
imageAlt: "Energy Efficient Technology",
},
{
@@ -168,7 +168,7 @@ export default function HomePage() {
"Blend of traditional design with modern aesthetics",
"Unique patterns inspired by Indian heritage and culture",
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-configuring-electronic-cleaning-device_23-2149400050.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-configuring-electronic-cleaning-device_23-2149400050.jpg?_wi=1",
imageAlt: "Artisan Craftsmanship",
},
{
@@ -179,7 +179,7 @@ export default function HomePage() {
"Free maintenance and replacement services",
"Dedicated customer support throughout warranty period",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg?_wi=2",
imageAlt: "Extended Warranty Coverage",
},
]}
@@ -338,7 +338,7 @@ export default function HomePage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg?_wi=2"
imageAlt="Venti Fans Heritage Manufacturing"
logoText="Venti Fans"
copyrightText="© 2025 Venti Fans. Crafted with heritage. Built for excellence."

View File

@@ -58,21 +58,21 @@ export default function ProductsPage() {
id: "1",
name: "Aura Premium Ceiling Fan",
price: "₹8,499",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502992.jpg?_wi=3",
imageAlt: "Aura Premium Ceiling Fan",
},
{
id: "2",
name: "Heritage Classic Pedestal",
price: "₹5,299",
imageSrc: "http://img.b2bpic.net/free-photo/home-exterior-with-plants-old-wheel_23-2147663508.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/home-exterior-with-plants-old-wheel_23-2147663508.jpg?_wi=2",
imageAlt: "Heritage Classic Pedestal Fan",
},
{
id: "3",
name: "Smart Connect Fan Pro",
price: "₹12,999",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-configuring-electronic-cleaning-device_23-2149400050.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-configuring-electronic-cleaning-device_23-2149400050.jpg?_wi=2",
imageAlt: "Smart Connect Fan Pro",
},
]}
@@ -114,7 +114,7 @@ export default function ProductsPage() {
{/* Footer */}
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg"
imageSrc="http://img.b2bpic.net/free-photo/male-worker-using-digital-tablet-factory_107420-96046.jpg?_wi=3"
imageAlt="Venti Fans Heritage Manufacturing"
logoText="Venti Fans"
copyrightText="© 2025 Venti Fans. Crafted with heritage. Built for excellence."