Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-01 12:23:31 +00:00

View File

@@ -11,6 +11,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Facebook, Instagram, Twitter } from 'lucide-react';
const assetMap = {
"logo": "http://img.b2bpic.net/free-photo/bake-bakery-baking-bread-breakfast-cake-culinary-concept_53876-26214.jpg", "hero-background": "http://img.b2bpic.net/free-photo/side-view-hand-holding-brush_23-2149707954.jpg", "about-image": "http://img.b2bpic.net/free-photo/young-couple-cooking-together_273609-11198.jpg", "feature-fresh": "http://img.b2bpic.net/free-photo/top-view-vegetables-tomatoes-bell-peppers-cucumbers-greens-mushrooms-wood-board_140725-145792.jpg", "feature-custom": "http://img.b2bpic.net/free-photo/queer-couple-celebrating-birthday-together_23-2149570914.jpg", "feature-delivery": "http://img.b2bpic.net/free-photo/volunteer-putting-cooked-food-water-donation-bag_23-2148733777.jpg", "product-croissant": "http://img.b2bpic.net/free-photo/baked-croissant-with-color-background_23-2148154434.jpg", "product-bread": "http://img.b2bpic.net/free-photo/high-angle-pizza-wooden-board_23-2149234818.jpg", "product-cake": "http://img.b2bpic.net/free-photo/homemade-berry-pie-wooden-table_53876-147937.jpg", "product-muffin": "http://img.b2bpic.net/free-photo/flat-lay-tasty-muffin-with-blueberry-forest-fruit_23-2148718769.jpg", "product-pie": "http://img.b2bpic.net/free-photo/closeup-appetizing-typical-russian-stuffed-sweet-berry-pie-arranged-with-white-cloth_181624-50785.jpg", "product-cookie": "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-cookies-different-formed-along-with-notepad-light-desk-cookie-biscuit-sweet-sugar_140725-34203.jpg", "testimonial-avatar-1": "http://img.b2bpic.net/free-photo/smiling-woman-green-warm-sweater-sitting-chair-posing_114579-58701.jpg", "testimonial-image-1": "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24672.jpg", "testimonial-avatar-2": "http://img.b2bpic.net/free-photo/cute-surprised-businessman-with-ginger-hair-bristle-pointing-chest-chuckling-smirking-from-amazement-being-picked-unexpectedly-standing-confused-gray-wall_176420-27529.jpg", "testimonial-image-2": "http://img.b2bpic.net/free-photo/close-up-woman-holding-tray-with-bread_23-2148672869.jpg", "testimonial-avatar-3": "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-colorful-face-make-up_23-2149580873.jpg", "testimonial-image-3": "http://img.b2bpic.net/free-photo/picture-beautiful-caucasian-female-with-short-dark-hair-cozy-sweater-holds-marshmallow-smiles_132075-9202.jpg", "testimonial-avatar-4": "http://img.b2bpic.net/free-photo/smiling-young-blonde-slavic-woman-showing-you-gesture-isolated-orange_141793-73084.jpg", "testimonial-image-4": "http://img.b2bpic.net/free-photo/side-view-people-relaxing-indoors_23-2151030596.jpg", "testimonial-avatar-5": "http://img.b2bpic.net/free-photo/smiling-man-showing-thumb-up-sign_23-2147863554.jpg", "testimonial-image-5": "http://img.b2bpic.net/free-photo/front-view-female-cook-cutting-tangerines-dark-cooking-salad-health-vegetable-meal-food-fruit-job-diet_179666-43845.jpg", "faq-image": "http://img.b2bpic.net/free-photo/portrait-call-center-women_23-2148094947.jpg", "contact-image": "http://img.b2bpic.net/free-photo/japanese-street-food-restaurant-bicycle_23-2149410157.jpg"
@@ -235,9 +236,9 @@ export default function LandingPage() {
logoText="Вкусный Уголок"
copyrightText="© 2024 Вкусный Уголок. Все права защищены."
socialLinks={[
{ icon: "Facebook", href: "#", ariaLabel: "Facebook" },
{ icon: "Instagram", href: "#", ariaLabel: "Instagram" },
{ icon: "Twitter", href: "#", ariaLabel: "Twitter" },
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
]}
/>
</div>